pbuf 57 Zend/zend.c size_t (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 207 Zend/zend.h size_t (*vspprintf_function)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 284 Zend/zend.h extern size_t (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 463 ext/fileinfo/libmagic/apprentice.c if (ms->o.pbuf) { pbuf 464 ext/fileinfo/libmagic/apprentice.c efree(ms->o.pbuf); pbuf 490 ext/fileinfo/libmagic/apprentice.c ms->o.buf = ms->o.pbuf = NULL; pbuf 388 ext/fileinfo/libmagic/file.h char *pbuf; /* Printable buffer */ pbuf 306 ext/fileinfo/libmagic/funcs.c if (ms->o.pbuf) { pbuf 307 ext/fileinfo/libmagic/funcs.c efree(ms->o.pbuf); pbuf 308 ext/fileinfo/libmagic/funcs.c ms->o.pbuf = NULL; pbuf 345 ext/fileinfo/libmagic/funcs.c if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { pbuf 359 ext/fileinfo/libmagic/funcs.c np = ms->o.pbuf; pbuf 385 ext/fileinfo/libmagic/funcs.c return ms->o.pbuf; pbuf 389 ext/fileinfo/libmagic/funcs.c for (np = ms->o.pbuf, op = ms->o.buf; *op;) { pbuf 397 ext/fileinfo/libmagic/funcs.c return ms->o.pbuf; pbuf 114 ext/intl/resourcebundle/resourcebundle_class.c char *pbuf; pbuf 116 ext/intl/resourcebundle/resourcebundle_class.c spprintf(&pbuf, 0, "resourcebundle_ctor: Cannot load libICU resource " pbuf 121 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set_custom_msg(INTL_DATA_ERROR_P(rb), pbuf, 1); pbuf 122 ext/intl/resourcebundle/resourcebundle_class.c efree(pbuf); pbuf 175 ext/intl/resourcebundle/resourcebundle_class.c char *pbuf; pbuf 197 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load resource element %d", meindex ); pbuf 199 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load resource element '%s'", mekey ); pbuf 201 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); pbuf 202 ext/intl/resourcebundle/resourcebundle_class.c efree(pbuf); pbuf 210 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element %d without fallback from to %s", meindex, locale ); pbuf 212 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element '%s' without fallback from to %s", mekey, locale ); pbuf 214 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); pbuf 215 ext/intl/resourcebundle/resourcebundle_class.c efree(pbuf); pbuf 132 ext/mbstring/oniguruma/regparse.c #define SET_ALL_MULTI_BYTE_RANGE(enc, pbuf) \ pbuf 133 ext/mbstring/oniguruma/regparse.c add_code_range_to_buf(pbuf, MBCODE_START_POS(enc), ~((OnigCodePoint )0)) pbuf 1679 ext/mbstring/oniguruma/regparse.c new_code_range(BBuf** pbuf) pbuf 1686 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf)); pbuf 1687 ext/mbstring/oniguruma/regparse.c CHECK_NULL_RETURN_MEMERR(*pbuf); pbuf 1688 ext/mbstring/oniguruma/regparse.c r = BBUF_INIT(*pbuf, INIT_MULTI_BYTE_RANGE_SIZE); pbuf 1697 ext/mbstring/oniguruma/regparse.c add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) pbuf 1708 ext/mbstring/oniguruma/regparse.c if (IS_NULL(*pbuf)) { pbuf 1709 ext/mbstring/oniguruma/regparse.c r = new_code_range(pbuf); pbuf 1711 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf; pbuf 1715 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf; pbuf 1772 ext/mbstring/oniguruma/regparse.c add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) pbuf 1781 ext/mbstring/oniguruma/regparse.c return add_code_range_to_buf(pbuf, from, to); pbuf 1785 ext/mbstring/oniguruma/regparse.c not_code_range_buf(OnigEncoding enc, BBuf* bbuf, BBuf** pbuf) pbuf 1790 ext/mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; pbuf 1793 ext/mbstring/oniguruma/regparse.c return SET_ALL_MULTI_BYTE_RANGE(enc, pbuf); pbuf 1807 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, pre, from - 1); pbuf 1814 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, to + 1, ~((OnigCodePoint )0)); pbuf 1828 ext/mbstring/oniguruma/regparse.c BBuf* bbuf2, int not2, BBuf** pbuf) pbuf 1834 ext/mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; pbuf 1837 ext/mbstring/oniguruma/regparse.c return SET_ALL_MULTI_BYTE_RANGE(enc, pbuf); pbuf 1847 ext/mbstring/oniguruma/regparse.c return SET_ALL_MULTI_BYTE_RANGE(enc, pbuf); pbuf 1851 ext/mbstring/oniguruma/regparse.c return bbuf_clone(pbuf, bbuf2); pbuf 1854 ext/mbstring/oniguruma/regparse.c return not_code_range_buf(enc, bbuf2, pbuf); pbuf 1867 ext/mbstring/oniguruma/regparse.c r = bbuf_clone(pbuf, bbuf2); pbuf 1870 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, bbuf2, pbuf); pbuf 1877 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from, to); pbuf 1884 ext/mbstring/oniguruma/regparse.c and_code_range1(BBuf** pbuf, OnigCodePoint from1, OnigCodePoint to1, pbuf 1902 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from1, from2-1); pbuf 1917 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from1, to1); pbuf 1924 ext/mbstring/oniguruma/regparse.c and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) pbuf 1930 ext/mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; pbuf 1933 ext/mbstring/oniguruma/regparse.c return bbuf_clone(pbuf, bbuf2); pbuf 1938 ext/mbstring/oniguruma/regparse.c return bbuf_clone(pbuf, bbuf1); pbuf 1963 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from, to); pbuf 1972 ext/mbstring/oniguruma/regparse.c r = and_code_range1(pbuf, from1, to1, data2, n2); pbuf 1984 ext/mbstring/oniguruma/regparse.c BBuf *buf1, *buf2, *pbuf; pbuf 2014 ext/mbstring/oniguruma/regparse.c r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf); pbuf 2017 ext/mbstring/oniguruma/regparse.c r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); pbuf 2020 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, pbuf, &tbuf); pbuf 2022 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2025 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2026 ext/mbstring/oniguruma/regparse.c pbuf = tbuf; pbuf 2031 ext/mbstring/oniguruma/regparse.c dest->mbuf = pbuf; pbuf 2042 ext/mbstring/oniguruma/regparse.c BBuf *buf1, *buf2, *pbuf; pbuf 2072 ext/mbstring/oniguruma/regparse.c r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf); pbuf 2075 ext/mbstring/oniguruma/regparse.c r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf); pbuf 2078 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, pbuf, &tbuf); pbuf 2080 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2083 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2084 ext/mbstring/oniguruma/regparse.c pbuf = tbuf; pbuf 2089 ext/mbstring/oniguruma/regparse.c dest->mbuf = pbuf; pbuf 805 ext/mbstring/php_mbregex.c smart_str *pbuf; pbuf 874 ext/mbstring/php_mbregex.c pbuf = &eval_buf; pbuf 877 ext/mbstring/php_mbregex.c pbuf = &out_buf; pbuf 924 ext/mbstring/php_mbregex.c smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]); pbuf 929 ext/mbstring/php_mbregex.c smart_str_appendl(pbuf, p, fwd); pbuf 615 ext/mysqlnd/mysqlnd_alloc.c PHPAPI int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) pbuf 620 ext/mysqlnd/mysqlnd_alloc.c len = vspprintf(pbuf, max_len, format, ap); pbuf 635 ext/mysqlnd/mysqlnd_alloc.c PHPAPI int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) pbuf 637 ext/mysqlnd/mysqlnd_alloc.c return vspprintf(pbuf, max_len, format, ap); pbuf 48 ext/mysqlnd/mysqlnd_alloc.h int (*m_sprintf)(char **pbuf, size_t max_len, const char *format, ...); pbuf 49 ext/mysqlnd/mysqlnd_alloc.h int (*m_vsprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 69 ext/mysqlnd/mysqlnd_alloc.h PHPAPI int _mysqlnd_sprintf(char **pbuf, size_t max_len, const char *format, ...); pbuf 71 ext/mysqlnd/mysqlnd_alloc.h PHPAPI int _mysqlnd_vsprintf(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 250 ext/opcache/zend_accelerator_blacklist.c char *path_dup, *pbuf; pbuf 260 ext/opcache/zend_accelerator_blacklist.c pbuf = &buf[0]; pbuf 261 ext/opcache/zend_accelerator_blacklist.c while (*pbuf == '\r') { pbuf 262 ext/opcache/zend_accelerator_blacklist.c *pbuf++ = 0; pbuf 267 ext/opcache/zend_accelerator_blacklist.c if (pbuf[0] == '\"' && pbuf[path_length - 1]== '\"') { pbuf 268 ext/opcache/zend_accelerator_blacklist.c *pbuf++ = 0; pbuf 277 ext/opcache/zend_accelerator_blacklist.c if (pbuf[0]==';') { pbuf 281 ext/opcache/zend_accelerator_blacklist.c path_dup = zend_strndup(pbuf, path_length); pbuf 838 main/spprintf.c PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ pbuf 844 main/spprintf.c if(!pbuf) { pbuf 856 main/spprintf.c *pbuf = buf.c; pbuf 859 main/spprintf.c *pbuf = estrndup("", 0); pbuf 865 main/spprintf.c PHPAPI size_t spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ pbuf 871 main/spprintf.c cc = vspprintf(pbuf, max_len, format, ap); pbuf 40 main/spprintf.h PHPAPI size_t spprintf( char **pbuf, size_t max_len, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4); pbuf 42 main/spprintf.h PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) PHP_ATTRIBUTE_FORMAT(printf, 3, 0);