Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_smart_string.h38 #ifndef SMART_STRING_PREALLOC
39 #define SMART_STRING_PREALLOC 128 macro
61 : newlen + SMART_STRING_PREALLOC; \
69 (d)->a = newlen + SMART_STRING_PREALLOC; \

Completed in 6 milliseconds