Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:newMax

217 		long newMax = list->max + 64;
218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry));
221 list->max = newMax;