Searched refs:SMART_STR_START_LEN (Results 1 – 1 of 1) sorted by relevance
24 #define SMART_STR_START_LEN (SMART_STR_START_SIZE - SMART_STR_OVERHEAD) macro33 str->a = len <= SMART_STR_START_LEN in smart_str_erealloc()34 ? SMART_STR_START_LEN in smart_str_erealloc()47 str->a = len <= SMART_STR_START_LEN in smart_str_realloc()48 ? SMART_STR_START_LEN in smart_str_realloc()
Completed in 4 milliseconds