Searched refs:use_proxy (Results 1 – 2 of 2) sorted by relevance
186 *use_proxy = 1; in http_connect()203 if (use_ssl && !*use_proxy) { in http_connect()357 int use_proxy = 0; in make_http_soap_request() local433 use_proxy = Z_LVAL_P(tmp); in make_http_soap_request()506 ((use_proxy && !use_ssl) || in make_http_soap_request()518 use_proxy = 0; in make_http_soap_request()529 use_proxy = 0; in make_http_soap_request()569 if (use_proxy && !use_ssl) { in make_http_soap_request()844 if (use_proxy && !use_ssl) { in make_http_soap_request()1058 if (use_proxy && !use_ssl) { in make_http_soap_request()[all …]
126 int use_proxy = 0; in php_stream_url_wrap_http_ex() local176 use_proxy = 1; in php_stream_url_wrap_http_ex()198 use_proxy = 1; in php_stream_url_wrap_http_ex()239 if (stream && use_proxy && use_ssl) { in php_stream_url_wrap_http_ex()493 if (use_proxy && use_ssl && (s = strstr(t, "proxy-authorization:")) && in php_stream_url_wrap_http_ex()
Completed in 9 milliseconds