Home
last modified time | relevance | path

Searched refs:smart_string_appendc (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/main/
H A Dphp_syslog.c51 smart_string_appendc(&sbuf, c); in php_syslog_str()
53 smart_string_appendc(&sbuf, c); in php_syslog_str()
59 smart_string_appendc(&sbuf, c); in php_syslog_str()
64 smart_string_appendc(&sbuf, xdigits[c >> 4]); in php_syslog_str()
65 smart_string_appendc(&sbuf, xdigits[c & 0xf]); in php_syslog_str()
H A Dspprintf.c114 smart_string_appendc((smart_string *)(xbuf), (ch)); \
/PHP-8.1/Zend/
H A Dzend_smart_string.h38 #define smart_string_appendc(str, c) \ macro

Completed in 6 milliseconds