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