Searched refs:http_req_ctx_new (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 371 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() function 1001 rctx = http_req_ctx_new(bio == NULL, cbio, rbio != NULL ? rbio : cbio, in OSSL_HTTP_open()
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 364 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() function 990 rctx = http_req_ctx_new(bio == NULL, cbio, rbio != NULL ? rbio : cbio, in OSSL_HTTP_open()
|
Completed in 4 milliseconds