Lines Matching defs:zone
95 * %zone%, or %record%, or %client%
110 build_querylist(isc_mem_t *mctx, const char *query_str, char **zone,
184 /* check if we encountered "$zone$" token */
185 if (strcasecmp(tseg->sql, "zone") == 0) {
187 * we don't really need, or want the "zone"
191 /* set tseg->sql to in-direct zone string */
192 tseg->sql = (char**) zone;
229 * add checks later to verify zone and record are found if
253 /* if this query requires %zone%, make sure we found it */
258 "Required token $zone$ not found.");
283 * dynamic segments replace where the tokens %zone%, %record%, %client%
361 db->zone = NULL;
384 result = build_querylist(mctx, allnodes_str, &db->zone,
395 /* build the allow zone transfer query list */
396 result = build_querylist(mctx, allowxfr_str, &db->zone,
409 result = build_querylist(mctx, authority_str, &db->zone,
421 result = build_querylist(mctx, findzone_str, &db->zone,
428 "Could not build find zone query list");
433 result = build_querylist(mctx, countzone_str, &db->zone,
440 "Could not build count zone query list");
445 result = build_querylist(mctx, lookup_str, &db->zone,