Lines Matching defs:host
159 "%s query must not specify a host", msg);
331 char *host = NULL;
436 host = isc_mem_strdup(ns_g_mctx,
482 if (allnodes && host != NULL) {
483 if (strcasecmp(host, "~") == 0)
490 host, type, ttl, data);
497 host, type, ttl, data,
520 /* free memory for type, data and host for next loop */
523 if (host != NULL)
524 isc_mem_free(ns_g_mctx, host);
534 if (host != NULL)
535 isc_mem_free(ns_g_mctx, host);