Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c31 #define smart_str_append_const(str, const) \ macro
55 smart_str_append_const(soap_headers, "\r\n"); in proxy_authentication()
85 smart_str_append_const(soap_headers, "\r\n"); in basic_authentication()
155 smart_str_append_const(soap_headers, "\r\n"); in http_context_headers()
259 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
261 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
547 smart_str_append_const(&soap_headers, "://"); in make_http_soap_request()
580 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
583 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
616 smart_str_append_const(&soap_headers,"\""); in make_http_soap_request()
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch808 +#define smart_str_append_const(a,b) smart_str_appendl(a,b,sizeof(b)-1)
906 + smart_str_append_const(&bentries, " - ");
908 + smart_str_append_const(&bentries, " [");
910 + smart_str_append_const(&bentries, "] \"");
925 + smart_str_append_const(&bentries, "\" ");
930 + smart_str_append_const(&bentries, " \"");
932 + smart_str_append_const(&bentries, " - \"");
935 + smart_str_append_const(&bentries, "\" \"");
937 + smart_str_append_const(&bentries, "\"\n");

Completed in 14 milliseconds