HomeSort by: relevance | last modified time | path
    Searched defs:edio (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 3262 BIO *io, *ssl_bio, *sbio, *edio; local
3284 edio = BIO_new(BIO_s_mem());
3285 if ((io == NULL) || (ssl_bio == NULL) || (edio == NULL))
3350 edio = BIO_push(filter, edio);
3390 BIO_write(edio, buf, (int)readbytes);
3395 i = BIO_gets(!BIO_eof(edio) ? edio : io, buf, bufsize + 1);
3731 BIO_free_all(edio);

Completed in 16 milliseconds