Lines Matching refs:smart_str
31 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication()
35 smart_str auth = {0}; in proxy_authentication()
56 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
61 smart_str auth = {0}; in basic_authentication()
85 smart_str *soap_headers) in http_context_add_header()
148 smart_str* soap_headers) in http_context_headers()
246 smart_str soap_headers = {0}; in http_connect()
346 smart_str soap_headers = {0}; in make_http_soap_request()
347 smart_str soap_headers_z = {0}; in make_http_soap_request()
829 smart_str auth = {0}; in make_http_soap_request()
1013 smart_str name = {0}; in make_http_soap_request()
1592 smart_str tmp_response = {0}; in get_http_headers()