Lines Matching refs:use_proxy
163 …val* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *use_proxy TSRMLS_DC) in http_connect()
182 *use_proxy = 1; in http_connect()
198 if (use_ssl && !*use_proxy) { in http_connect()
243 if (stream && *use_proxy && use_ssl) { in http_connect()
349 int use_proxy = 0; in make_http_soap_request() local
422 use_proxy = Z_LVAL_PP(tmp); in make_http_soap_request()
485 ((use_proxy && !use_ssl) || in make_http_soap_request()
497 use_proxy = 0; in make_http_soap_request()
508 use_proxy = 0; in make_http_soap_request()
512 stream = http_connect(this_ptr, phpurl, use_ssl, context, &use_proxy TSRMLS_CC); in make_http_soap_request()
516 add_property_long(this_ptr, "_use_proxy", use_proxy); in make_http_soap_request()
545 if (use_proxy && !use_ssl) { in make_http_soap_request()
807 if (use_proxy && !use_ssl) { in make_http_soap_request()
1028 if (use_proxy && !use_ssl) { in make_http_soap_request()
1048 if (use_proxy && !use_ssl) { in make_http_soap_request()