Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_http.c30 #define smart_str_append_const(str, const) \ macro
50 smart_str_append_const(soap_headers, "\r\n"); in proxy_authentication()
76 smart_str_append_const(soap_headers, "\r\n"); in basic_authentication()
146 smart_str_append_const(soap_headers, "\r\n"); in http_context_headers()
255 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
257 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
553 smart_str_append_const(&soap_headers, "://"); in make_http_soap_request()
583 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
586 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
628 smart_str_append_const(&soap_headers,"\""); in make_http_soap_request()
[all …]

Completed in 7 milliseconds