Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_http.c181 *use_proxy = 1; in http_connect()
208 if (stream && *use_proxy && use_ssl) { in http_connect()
287 int use_proxy = 0; in make_http_soap_request() local
360 use_proxy = Z_LVAL_PP(tmp); in make_http_soap_request()
423 ((use_proxy && !use_ssl) || in make_http_soap_request()
435 use_proxy = 0; in make_http_soap_request()
446 use_proxy = 0; in make_http_soap_request()
483 if (use_proxy && !use_ssl) { in make_http_soap_request()
745 if (use_proxy && !use_ssl) { in make_http_soap_request()
965 if (use_proxy && !use_ssl) { in make_http_soap_request()
[all …]
/PHP-5.4/ext/standard/
H A Dhttp_fopen_wrapper.c116 int use_proxy = 0; in php_stream_url_wrap_http_ex() local
165 use_proxy = 1; in php_stream_url_wrap_http_ex()
189 use_proxy = 1; in php_stream_url_wrap_http_ex()
223 if (stream && use_proxy && use_ssl) { in php_stream_url_wrap_http_ex()
494 if (use_proxy && use_ssl && (s = strstr(tmp, "proxy-authorization:")) && in php_stream_url_wrap_http_ex()

Completed in 9 milliseconds