Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_smart_str.h31 smart_str_appendc_ex((dest), (c), 0)
116 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() function
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c340 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line()
342 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line()
344 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
346 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()

Completed in 14 milliseconds