Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_smart_str.c28 #define SMART_STR_NEW_LEN(len) \ macro
36 : SMART_STR_NEW_LEN(len); in smart_str_erealloc()
40 str->a = SMART_STR_NEW_LEN(len); in smart_str_erealloc()
50 : SMART_STR_NEW_LEN(len); in smart_str_realloc()
54 str->a = SMART_STR_NEW_LEN(len); in smart_str_realloc()

Completed in 5 milliseconds