Home
last modified time | relevance | path

Searched refs:smart_str_append_const (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/soap/
H A Dphp_http.c30 #define smart_str_append_const(str, const) \ macro
53 smart_str_append_const(soap_headers, "\r\n"); in proxy_authentication()
82 smart_str_append_const(soap_headers, "\r\n"); in basic_authentication()
152 smart_str_append_const(soap_headers, "\r\n"); in http_context_headers()
261 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
263 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
557 smart_str_append_const(&soap_headers, "://"); in make_http_soap_request()
589 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
592 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
634 smart_str_append_const(&soap_headers,"\""); in make_http_soap_request()
[all …]

Completed in 17 milliseconds