Searched refs:smart_str_append_const (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_http.c | 31 #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() 224 smart_str_append_const(&soap_headers, "\r\n"); in http_connect() 226 smart_str_append_const(&soap_headers, "\r\n"); in http_connect() 485 smart_str_append_const(&soap_headers, "://"); in make_http_soap_request() 518 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request() 521 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request() 554 smart_str_append_const(&soap_headers,"\""); in make_http_soap_request() [all …]
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd_patch | 808 +#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