Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_syslog.c95 smart_string_appendc(&sbuf, c); in php_syslog()
97 smart_string_appendc(&sbuf, c); in php_syslog()
102 smart_string_appendc(&sbuf, c); in php_syslog()
107 smart_string_appendc(&sbuf, xdigits[(c / 0x10)]); in php_syslog()
109 smart_string_appendc(&sbuf, xdigits[c]); in php_syslog()
H A Dspprintf.c120 smart_string_appendc((smart_string *)(xbuf), (ch)); \
/PHP-7.4/Zend/
H A Dzend_smart_string.h40 #define smart_string_appendc(str, c) \ macro
/PHP-7.4/ext/standard/
H A Dproc_open.c419 smart_string_appendc(str, '\\'); in append_backslashes()
427 smart_string_appendc(str, '"'); in append_win_escaped_arg()
437 smart_string_appendc(str, c); in append_win_escaped_arg()
443 smart_string_appendc(str, '"'); in append_win_escaped_arg()
460 smart_string_appendc(&str, ' '); in create_win_command_from_args()

Completed in 15 milliseconds