Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A 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()

Completed in 6 milliseconds