Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds