Searched refs:max_eptnum (Results 1 – 1 of 1) sorted by relevance
53 int max_eptnum; in removef() local58 max_eptnum = 64; /* starting size of array */ in removef()59 extlist = malloc(max_eptnum * sizeof (struct cfextra *)); in removef()112 if (eptnum >= max_eptnum) { in removef()114 max_eptnum <<= 1; in removef()116 max_eptnum * sizeof (struct cfextra *)); in removef()