Lines Matching refs:smart_str
35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication()
42 smart_str auth = {0}; in proxy_authentication()
63 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
71 smart_str auth = {0}; in basic_authentication()
96 smart_str* soap_headers) in http_context_headers()
242 smart_str soap_headers = {0}; in http_connect()
344 smart_str soap_headers = {0}; in make_http_soap_request()
345 smart_str soap_headers_z = {0}; in make_http_soap_request()
787 smart_str auth = {0}; in make_http_soap_request()
967 smart_str name = {0}; in make_http_soap_request()
1517 smart_str tmp_response = {0}; in get_http_headers()