Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_smart_str.c126 #define SMART_STRING_START_LEN (SMART_STRING_START_SIZE - SMART_STRING_OVERHEAD) macro
133 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc_persistent()
134 str->a = SMART_STRING_START_LEN; in _smart_string_alloc_persistent()
153 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc()
154 str->a = SMART_STRING_START_LEN; in _smart_string_alloc()
155 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()

Completed in 4 milliseconds