Searched refs:maxentry (Results 1 – 2 of 2) sorted by relevance
231 static int maxentry = 0; in input() local322 if (entries == maxentry) { in input()323 if (maxentry > INT_MAX - DEFNUM) in input()325 maxentry += DEFNUM; in input()326 table = ereallocarray(table, maxentry, sizeof(*table)); in input()
46 int32_t maxentry; member