Searched refs:smart_str_appends_ex (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | php_smart_str.h | 76 #define smart_str_appends_ex(dest, src, what) \ macro
|
| /PHP_TRUNK/sapi/thttpd/ |
| H A D | thttpd.c | 444 smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1); 445 smart_str_appends_ex(&s, TG(hc)->expnfilename, 1); 451 smart_str_appends_ex(&s, TG(hc)->origfilename, 1);
|
| /PHP_TRUNK/sapi/tux/ |
| H A D | php_tux.c | 326 smart_str_appends_ex(&s, "/", 1); 327 smart_str_appends_ex(&s, TG(req)->query, 1); 336 smart_str_appends_ex(&s, TG(req)->objectname, 1);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 391 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); 402 smart_str_appends_ex(buffer, *val, persistent); 1841 smart_str_appends_ex(&buffer, "Content-Type: text/html; charset=UTF-8\r\n", 1); 1842 smart_str_appends_ex(&buffer, "Content-Length: ", 1); 1928 smart_str_appends_ex(&buffer, mime_type, 1); 1930 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); 1933 smart_str_appends_ex(&buffer, "Content-Length: ", 1);
|
Completed in 8 milliseconds