Searched refs:http_new_bio (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 855 static BIO *http_new_bio(const char *server /* optionally includes ":port" */, in http_new_bio() function 969 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open()
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 844 static BIO *http_new_bio(const char *server /* optionally includes ":port" */, in http_new_bio() function 958 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open()
|
Completed in 5 milliseconds