Searched refs:proxy_host (Results 1 – 1 of 1) sorted by relevance
1086 char *proxy_host = NULL, *proxy_port = NULL; in OSSL_HTTP_open() local1097 &proxy_host, &proxy_port, NULL /* num */, in OSSL_HTTP_open()1100 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open()1101 OPENSSL_free(proxy_host); in OSSL_HTTP_open()
Completed in 10 milliseconds