Searched refs:numhosts (Results 1 – 1 of 1) sorted by relevance
76 int numhosts; member1017 for (i = 0; i < host_list->numhosts; i++) { in cleanup_hostlist()1043 while (k < host_list->numhosts) { in cleanup_hostlist()1044 host_list->hosts[k] = k < host_list->numhosts - 1 ? in cleanup_hostlist()1048 host_list->numhosts--; in cleanup_hostlist()1075 for (i = 0; i < host_list->numhosts; i++) { in remove_from_hostlist()1083 while (k < host_list->numhosts) { in remove_from_hostlist()1084 host_list->hosts[k] = k < host_list->numhosts - 1 ? in remove_from_hostlist()1088 host_list->numhosts--; in remove_from_hostlist()1117 host_list->numhosts++; in isnewhost()