Lines Matching defs:zone
84 * %zone%, or %record%, or %client%
99 build_querylist(isc_mem_t *mctx, const char *query_str, char **zone,
173 /* check if we encountered "$zone$" token */
174 if (strcasecmp(tseg->sql, "zone") == 0) {
176 * we don't really need, or want the "zone"
180 /* set tseg->sql to in-direct zone string */
181 tseg->sql = (char**) zone;
218 * add checks later to verify zone and record are found if
242 /* if this query requires %zone%, make sure we found it */
247 "Required token $zone$ not found.");
272 * dynamic segments replace where the tokens %zone%, %record%, %client%
350 db->zone = NULL;
373 result = build_querylist(mctx, allnodes_str, &db->zone,
384 /* build the allow zone transfer query list */
385 result = build_querylist(mctx, allowxfr_str, &db->zone,
398 result = build_querylist(mctx, authority_str, &db->zone,
410 result = build_querylist(mctx, findzone_str, &db->zone,
417 "Could not build find zone query list");
422 result = build_querylist(mctx, countzone_str, &db->zone,
429 "Could not build count zone query list");
434 result = build_querylist(mctx, lookup_str, &db->zone,