Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_smart_str.c23 #define SMART_STR_START_LEN (SMART_STR_START_SIZE - SMART_STR_OVERHEAD) macro
32 str->a = len <= SMART_STR_START_LEN in smart_str_erealloc()
33 ? SMART_STR_START_LEN in smart_str_erealloc()
46 str->a = len <= SMART_STR_START_LEN in smart_str_realloc()
47 ? SMART_STR_START_LEN in smart_str_realloc()

Completed in 13 milliseconds