Searched refs:new_hostinfo (Results 1 – 1 of 1) sorted by relevance
676 struct host_info *new_hostinfo, *entry; in expandhosts() local683 new_hostinfo = calloc(sizeof(*entry), count); in expandhosts()684 if (new_hostinfo == NULL) in expandhosts()686 for (i = 0, entry = new_hostinfo; i < nentries; i++) { in expandhosts()696 hostinfo = new_hostinfo; in expandhosts()