Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_smart_str.c32 #define SMART_STR_NEW_SIZE(len) \ macro
40 : SMART_STR_NEW_SIZE(len); in smart_str_erealloc()
44 str->a = SMART_STR_NEW_SIZE(len); in smart_str_erealloc()
54 : SMART_STR_NEW_SIZE(len); in smart_str_realloc()
58 str->a = SMART_STR_NEW_SIZE(len); in smart_str_realloc()

Completed in 5 milliseconds