Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_smart_str.h85 smart_str_appendc_ex((dest), (c), 0)
99 #define smart_str_appendc_ex(dest, ch, what) do { \ macro
/PHP-5.5/sapi/tux/
H A Dphp_tux.c335 smart_str_appendc_ex(&s, '/', 1); in tux_request_ctor()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c443 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line()
445 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line()
447 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
449 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c450 smart_str_appendc_ex(&s, '/', 1);

Completed in 16 milliseconds