Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c47 int free_wbio; /* wbio allocated internally, free with ctx */ member
124 if (rctx->free_wbio) in OSSL_HTTP_REQ_CTX_free()
371 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() argument
382 rctx->free_wbio = free_wbio; in http_req_ctx_new()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod73 The I<rbio> is not free'd, I<wbio> will be free'd if I<free_wbio> is set.