Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_http.c31 #define smart_str_append_const(str, const) \ macro
54 smart_str_append_const(soap_headers, "\r\n"); in proxy_authentication()
83 smart_str_append_const(soap_headers, "\r\n"); in basic_authentication()
153 smart_str_append_const(soap_headers, "\r\n"); in http_context_headers()
262 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
264 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
558 smart_str_append_const(&soap_headers, "://"); in make_http_soap_request()
590 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
593 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
635 smart_str_append_const(&soap_headers,"\""); in make_http_soap_request()
[all …]

Completed in 19 milliseconds