Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.h122 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() function
184 smart_str_appendc_ex(dest, ch, false); in smart_str_appendc()
/php-src/sapi/cli/
H A Dphp_cli_server.c348 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line()
350 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line()
352 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
354 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()

Completed in 12 milliseconds