Home
last modified time | relevance | path

Searched refs:use_http_proxy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1021 int use_http_proxy; in OSSL_HTTP_set1_request() local
1027 use_http_proxy = rctx->proxy != NULL && !rctx->use_ssl; in OSSL_HTTP_set1_request()
1028 if (use_http_proxy && rctx->server == NULL) { in OSSL_HTTP_set1_request()
1035 use_http_proxy ? rctx->server in OSSL_HTTP_set1_request()