Searched refs:smart_string_appendc (Results 1 – 3 of 3) sorted by relevance
51 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()
116 smart_string_appendc((smart_string *)(xbuf), (ch)); \
38 #define smart_string_appendc(str, c) \ macro
Completed in 6 milliseconds