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()
64 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in basic_authentication()
66 zval **login, **password; in basic_authentication()
100 zval **tmp; in http_context_headers()
163 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect()
166 zval **proxy_host, **proxy_port, **tmp; in http_connect()
333 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
348 zval **trace, **tmp; in make_http_soap_request()
383 zval func; in make_http_soap_request()
384 zval retval; in make_http_soap_request()
385 zval param1, param2, param3; in make_http_soap_request()
386 zval *params[3]; in make_http_soap_request()
407 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == S… in make_http_soap_request()
529 zval **cookies, **login, **password; in make_http_soap_request()
634 zval **digest; in make_http_soap_request()
814 zval **data; in make_http_soap_request()
829 zval** value; in make_http_soap_request()
833 zval **tmp; in make_http_soap_request()
951 zval **cookies; in make_http_soap_request()
955 zval *tmp_cookies; in make_http_soap_request()
958 …OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval *), (void **)&cooki… in make_http_soap_request()
969 zval *zcookie; in make_http_soap_request()
1139 zval **digest, **login, **password; in make_http_soap_request()
1151 zval *digest = NULL; in make_http_soap_request()
1249 zval func; in make_http_soap_request()
1250 zval retval; in make_http_soap_request()
1251 zval param; in make_http_soap_request()
1252 zval *params[1]; in make_http_soap_request()
1277 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S… in make_http_soap_request()