Searched refs:newHosts (Results 1 – 1 of 1) sorted by relevance
218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry)); in AddHost() local219 if (newHosts == NULL) in AddHost()222 list->hosts = newHosts; in AddHost()