Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_smart_str.c124 #define SMART_STRING_START_LEN (SMART_STRING_START_SIZE - SMART_STRING_OVERHEAD) macro
131 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc_persistent()
132 str->a = SMART_STRING_START_LEN; in _smart_string_alloc_persistent()
151 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc()
152 str->a = SMART_STRING_START_LEN; in _smart_string_alloc()
153 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()

Completed in 5 milliseconds