Lines Matching refs:zval

35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC)  in proxy_authentication()
37 zval **login, **password; in proxy_authentication()
62 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in basic_authentication()
64 zval **login, **password; in basic_authentication()
96 zval **tmp; in http_context_headers()
159 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect()
162 zval **proxy_host, **proxy_port, **tmp; in http_connect()
267 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
282 zval **trace, **tmp; in make_http_soap_request()
317 zval func; in make_http_soap_request()
318 zval retval; in make_http_soap_request()
319 zval param1, param2, param3; in make_http_soap_request()
320 zval *params[3]; in make_http_soap_request()
341 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == S… in make_http_soap_request()
463 zval **cookies, **login, **password; in make_http_soap_request()
565 zval **digest; in make_http_soap_request()
744 zval **data; in make_http_soap_request()
758 zval** value; in make_http_soap_request()
762 zval **tmp; in make_http_soap_request()
878 zval **cookies; in make_http_soap_request()
881 zval *tmp_cookies; in make_http_soap_request()
884 …OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval *), (void **)&cooki… in make_http_soap_request()
895 zval *zcookie; in make_http_soap_request()
1065 zval **digest, **login, **password; in make_http_soap_request()
1077 zval *digest = NULL; in make_http_soap_request()
1175 zval func; in make_http_soap_request()
1176 zval retval; in make_http_soap_request()
1177 zval param; in make_http_soap_request()
1178 zval *params[1]; in make_http_soap_request()
1203 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S… in make_http_soap_request()