Lines Matching refs:smart_str
35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in proxy_authentication()
43 smart_str auth = {0}; in proxy_authentication()
64 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in basic_authentication()
73 smart_str auth = {0}; in basic_authentication()
98 smart_str* soap_headers TSRMLS_DC) in http_context_headers()
209 smart_str soap_headers = {0}; in http_connect()
281 smart_str soap_headers = {0}; in make_http_soap_request()
282 smart_str soap_headers_z = {0}; in make_http_soap_request()
727 smart_str auth = {0}; in make_http_soap_request()
905 smart_str name = {0}; in make_http_soap_request()
1446 smart_str tmp_response = {0}; in get_http_headers()