smart_str_alloc 482 Zend/zend_exceptions.c smart_str_alloc(str, len, 0); smart_str_alloc 51 Zend/zend_smart_str.h static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { smart_str_alloc 83 Zend/zend_smart_str.h size_t new_len = smart_str_alloc(dest, 1, persistent); smart_str_alloc 89 Zend/zend_smart_str.h size_t new_len = smart_str_alloc(dest, len, persistent); smart_str_alloc 470 ext/iconv/iconv.c smart_str_alloc(d, out_left, 0); smart_str_alloc 504 ext/iconv/iconv.c smart_str_alloc(d, out_left, 0); smart_str_alloc 319 ext/json/json_encoder.c smart_str_alloc(buf, len+2, 0); smart_str_alloc 147 main/spprintf.c smart_str_alloc(((smart_str *)(xbuf)), (count), 0); \