Searched refs:smart_str_appendc_ex (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | php_smart_str.h | 82 smart_str_appendc_ex((dest), (c), 0) 96 #define smart_str_appendc_ex(dest, ch, what) do { \ macro
|
| /PHP_TRUNK/sapi/thttpd/ |
| H A D | thttpd.c | 450 smart_str_appendc_ex(&s, '/', 1);
|
| /PHP_TRUNK/sapi/tux/ |
| H A D | php_tux.c | 335 smart_str_appendc_ex(&s, '/', 1);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 384 smart_str_appendc_ex(buffer, '/', persistent); 386 smart_str_appendc_ex(buffer, '.', persistent); 388 smart_str_appendc_ex(buffer, ' ', persistent); 390 smart_str_appendc_ex(buffer, ' ', persistent);
|
Completed in 12 milliseconds