Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dphp_smart_str.h82 smart_str_appendc_ex((dest), (c), 0)
96 #define smart_str_appendc_ex(dest, ch, what) do { \ macro
/PHP-5.4/sapi/tux/
H A Dphp_tux.c335 smart_str_appendc_ex(&s, '/', 1); in tux_request_ctor()
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c398 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line()
400 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line()
402 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
404 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c450 smart_str_appendc_ex(&s, '/', 1);

Completed in 17 milliseconds