Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_smart_str.c135 #define SMART_STRING_START_LEN (SMART_STRING_START_SIZE - SMART_STRING_OVERHEAD) macro
142 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc_persistent()
143 str->a = SMART_STRING_START_LEN; in _smart_string_alloc_persistent()
162 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc()
163 str->a = SMART_STRING_START_LEN; in _smart_string_alloc()
164 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()

Completed in 4 milliseconds