Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_smart_str.c28 #ifndef SMART_STR_START_SIZE
29 # define SMART_STR_START_SIZE (256 - SMART_STR_OVERHEAD - 1) macro
38 str->a = len < SMART_STR_START_SIZE in smart_str_erealloc()
39 ? SMART_STR_START_SIZE in smart_str_erealloc()
52 str->a = len < SMART_STR_START_SIZE in smart_str_realloc()
53 ? SMART_STR_START_SIZE in smart_str_realloc()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_alloc.c610 #define SMART_STR_START_SIZE 2048 macro

Completed in 9 milliseconds