Searched refs:free_wbio (Results 1 – 2 of 2) sorted by relevance
47 int free_wbio; /* wbio allocated internally, free with ctx */ member129 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() argument402 rctx->free_wbio = free_wbio; in http_req_ctx_new()
77 The I<rbio> is not free'd, I<wbio> will be free'd if I<free_wbio> is set.
Completed in 8 milliseconds