Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dhttp_server.c194 BIO *acbio = NULL, *bufbio; in http_server_init() local
202 bufbio = BIO_new(BIO_f_buffer()); in http_server_init()
203 if (bufbio == NULL) in http_server_init()
214 BIO_set_accept_bios(acbio, bufbio); in http_server_init()
215 bufbio = NULL; in http_server_init()
234 BIO_free(bufbio); in http_server_init()

Completed in 5 milliseconds