Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.c24 #define SMART_STR_START_LEN (SMART_STR_START_SIZE - SMART_STR_OVERHEAD) macro
33 str->a = len <= SMART_STR_START_LEN in smart_str_erealloc()
34 ? SMART_STR_START_LEN in smart_str_erealloc()
47 str->a = len <= SMART_STR_START_LEN in smart_str_realloc()
48 ? SMART_STR_START_LEN in smart_str_realloc()

Completed in 6 milliseconds