Searched refs:newHosts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c209 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry)); local
210 if (newHosts == NULL)
213 list->hosts = newHosts;

Completed in 173 milliseconds