Lines Matching refs:zval

35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers)  in proxy_authentication()
37 zval *login, *password; in proxy_authentication()
63 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
65 zval *login, *password; in basic_authentication()
98 zval *tmp; in http_context_headers()
161 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect()
164 zval *proxy_host, *proxy_port, *tmp, ssl_proxy_peer_name; in http_connect()
336 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
341 zval *return_value) in make_http_soap_request()
349 zval *trace, *tmp; in make_http_soap_request()
386 zval func; in make_http_soap_request()
387 zval retval; in make_http_soap_request()
388 zval params[3]; in make_http_soap_request()
403 if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, n, params) == SUCCESS && in make_http_soap_request()
539 zval *cookies, *login, *password; in make_http_soap_request()
663 zval *digest; in make_http_soap_request()
836 zval *data; in make_http_soap_request()
851 zval *value; in make_http_soap_request()
855 zval *tmp; in make_http_soap_request()
978 zval *cookies; in make_http_soap_request()
982 zval tmp_cookies; in make_http_soap_request()
994 zval zcookie; in make_http_soap_request()
1171 zval *digest, *login, *password; in make_http_soap_request()
1183 zval digest; in make_http_soap_request()
1281 zval func; in make_http_soap_request()
1282 zval retval; in make_http_soap_request()
1283 zval params[1]; in make_http_soap_request()
1304 if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, 1, params) == SUCCESS && in make_http_soap_request()