Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_smart_str.c25 #define SMART_STR_START_LEN (SMART_STR_START_SIZE - SMART_STR_OVERHEAD) macro
34 str->a = len <= SMART_STR_START_LEN in smart_str_erealloc()
35 ? SMART_STR_START_LEN in smart_str_erealloc()
48 str->a = len <= SMART_STR_START_LEN in smart_str_realloc()
49 ? SMART_STR_START_LEN in smart_str_realloc()

Completed in 5 milliseconds