Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DNetMonitor.c218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry)); in AddHost() local
219 if (newHosts == NULL) in AddHost()
222 list->hosts = newHosts; in AddHost()