Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c1296 BIO *acbio = NULL, *bufbio = NULL; in init_responder()
1298 bufbio = BIO_new(BIO_f_buffer()); in init_responder()
1299 if (bufbio == NULL) in init_responder()
1309 BIO_set_accept_bios(acbio, bufbio); in init_responder()
1310 bufbio = NULL; in init_responder()
1320 BIO_free(bufbio); in init_responder()