Searched refs:smart_string_alloc (Results 1 – 2 of 2) sorted by relevance
54 static zend_always_inline size_t smart_string_alloc(smart_string *str, size_t len, bool persistent)… in smart_string_alloc() function80 dest->len = smart_string_alloc(dest, 1, persistent); in smart_string_appendc_ex()85 size_t new_len = smart_string_alloc(dest, len, persistent); in smart_string_appendl_ex()
132 smart_string_alloc(((smart_string *)(xbuf)), (count), 0); \
Completed in 6 milliseconds