Home
last modified time | relevance | path

Searched refs:bufbio (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/apps/lib/
Dhttp_server.c221 BIO *acbio = NULL, *bufbio; in http_server_init_bio() local
224 bufbio = BIO_new(BIO_f_buffer()); in http_server_init_bio()
225 if (bufbio == NULL) in http_server_init_bio()
235 BIO_set_accept_bios(acbio, bufbio); in http_server_init_bio()
236 bufbio = NULL; in http_server_init_bio()
253 BIO_free(bufbio); in http_server_init_bio()
/third_party/node/deps/openssl/openssl/apps/lib/
Dhttp_server.c221 BIO *acbio = NULL, *bufbio; in http_server_init_bio() local
224 bufbio = BIO_new(BIO_f_buffer()); in http_server_init_bio()
225 if (bufbio == NULL) in http_server_init_bio()
235 BIO_set_accept_bios(acbio, bufbio); in http_server_init_bio()
236 bufbio = NULL; in http_server_init_bio()
253 BIO_free(bufbio); in http_server_init_bio()