Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_smart_str.h31 smart_str_appendc_ex((dest), (c), 0)
102 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent)… in smart_str_appendc_ex() function
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c335 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line()
337 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line()
339 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
341 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()

Completed in 12 milliseconds