Lines Matching defs:host
46 } else if (!strcmp(test_to_run, "multi-host-record")) {
117 adv_host_t *host;
120 for (host = server->hosts; host != NULL; host = host->next) {
121 if (host->instances != NULL) {
122 for (int i = 0; i < host->instances->num; i++) {
123 if (host->instances->vec[i] != NULL) {
124 instance = host->instances->vec[i];