Lines Matching defs:host
157 "%s query must not specify a host", msg);
322 char *host = NULL;
418 host = strdup(vals[0]);
459 if (allnodes && host != NULL) {
461 if (strcasecmp(host, "~") == 0)
465 result = db->putnamedrr(an, host, type,
471 host, type, ttl, data, result);
489 /* free memory for type, data and host for next loop */
496 if (host != NULL) {
497 free(host);
498 host = NULL;
509 if (host != NULL)
510 free(host);