Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_http.c172 *use_proxy = 1; in http_connect()
189 if (use_ssl && !*use_proxy) { in http_connect()
343 int use_proxy = 0; in make_http_soap_request() local
419 use_proxy = Z_LVAL_P(tmp); in make_http_soap_request()
489 ((use_proxy && !use_ssl) || in make_http_soap_request()
501 use_proxy = 0; in make_http_soap_request()
512 use_proxy = 0; in make_http_soap_request()
551 if (use_proxy && !use_ssl) { in make_http_soap_request()
825 if (use_proxy && !use_ssl) { in make_http_soap_request()
1031 if (use_proxy && !use_ssl) { in make_http_soap_request()
[all …]
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c126 int use_proxy = 0; in php_stream_url_wrap_http_ex() local
175 use_proxy = 1; in php_stream_url_wrap_http_ex()
197 use_proxy = 1; in php_stream_url_wrap_http_ex()
238 if (stream && use_proxy && use_ssl) { in php_stream_url_wrap_http_ex()
492 if (use_proxy && use_ssl && (s = strstr(t, "proxy-authorization:")) && in php_stream_url_wrap_http_ex()

Completed in 14 milliseconds