Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_smart_string.h56 static zend_always_inline size_t smart_string_alloc(smart_string *str, size_t len, zend_bool persis… in smart_string_alloc() function
82 dest->len = smart_string_alloc(dest, 1, persistent); in smart_string_appendc_ex()
87 size_t new_len = smart_string_alloc(dest, len, persistent); in smart_string_appendl_ex()
/PHP-7.4/main/
H A Dspprintf.c136 smart_string_alloc(((smart_string *)(xbuf)), (count), 0); \

Completed in 5 milliseconds