Searched refs:PATHS_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance
227 #define PATHS_ALLOC_SIZE 10 macro
1400 if(paths->count % PATHS_ALLOC_SIZE == 0) { in add_subdir()1402 (paths->count + PATHS_ALLOC_SIZE) * in add_subdir()
218 #define PATHS_ALLOC_SIZE 10 macro4714 if(count % PATHS_ALLOC_SIZE == 0) { in add_subdir()4716 (count + PATHS_ALLOC_SIZE) * sizeof(struct pathname *)); in add_subdir()