Searched refs:SMART_STR_START_LEN (Results 1 – 1 of 1) sorted by relevance
23 #define SMART_STR_START_LEN (SMART_STR_START_SIZE - SMART_STR_OVERHEAD) macro32 str->a = len <= SMART_STR_START_LEN in smart_str_erealloc()33 ? SMART_STR_START_LEN in smart_str_erealloc()46 str->a = len <= SMART_STR_START_LEN in smart_str_realloc()47 ? SMART_STR_START_LEN in smart_str_realloc()
Completed in 5 milliseconds