Searched refs:TAG_CHUNK (Results 1 – 1 of 1) sorted by relevance
182 #define TAG_CHUNK 20 in addtag() macro184 if ((list->count % TAG_CHUNK) == 0) { in addtag()187 new = (char **)realloc(list->list, (list->count + TAG_CHUNK) in addtag()