Lines Matching refs:host
166 "%s query must not specify a host", msg);
338 char *host = NULL;
443 host = isc_mem_strdup(ns_g_mctx,
489 if (allnodes && host != NULL) {
490 if (strcasecmp(host, "~") == 0)
497 host, type, ttl, data);
504 host, type, ttl, data,
527 /* free memory for type, data and host for next loop */
530 if (host != NULL)
531 isc_mem_free(ns_g_mctx, host);
541 if (host != NULL)
542 isc_mem_free(ns_g_mctx, host);