Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/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()
364 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() argument
375 rctx->free_wbio = free_wbio; in http_req_ctx_new()

Completed in 5 milliseconds