Lines Matching refs:smart_str
34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication()
38 smart_str auth = {0}; in proxy_authentication()
59 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
64 smart_str auth = {0}; in basic_authentication()
89 smart_str* soap_headers) in http_context_headers()
235 smart_str soap_headers = {0}; in http_connect()
337 smart_str soap_headers = {0}; in make_http_soap_request()
338 smart_str soap_headers_z = {0}; in make_http_soap_request()
807 smart_str auth = {0}; in make_http_soap_request()
971 smart_str name = {0}; in make_http_soap_request()
1547 smart_str tmp_response = {0}; in get_http_headers()