Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dspprintf.c134 smart_str_appendc(xbuf, ch); \
142 INS_CHAR_NR(xbuf, ch)
152 memset(xbuf->c + xbuf->len, ch, (count)); \
153 xbuf->len += (count); \
236 INS_CHAR(xbuf, *fmt); in xbuf_format_converter()
767 INS_CHAR(xbuf, *s); in xbuf_format_converter()
797 smart_str xbuf = {0}; in vspprintf() local
807 xbuf.len = max_len; in vspprintf()
809 smart_str_0(&xbuf); in vspprintf()
811 *pbuf = xbuf.c; in vspprintf()
[all …]

Completed in 10 milliseconds