Lines Matching defs:query
219 * string is not available). The type of query we want to run
220 * is indicated by the query flag, and the dbdata object is passed
222 * The function will construct and run the query, hopefully getting
227 const char *client, unsigned int query,
254 /* what type of query are we going to run? */
255 switch(query) {
277 "No query specified for findzone. "
278 "Findzone requires a query");
292 "No query specified for lookup. "
293 "Lookup requires a query");
300 "Incorrect query flag passed to "
347 * what type of query are we going to run? this time we build
348 * the actual query to run.
350 switch(query) {
371 "Incorrect query flag passed to "
381 /* output the full query string when debugging */
384 /* attempt query up to 3 times. */
396 if (query != COUNTZONE) {
567 "result set for findzone query");
602 * have an allow zone xfr query.
614 "result set for allow xfr query");
633 * query.
655 "result set for all nodes query");
667 "by all nodes query");
752 "result set for authority query");
785 "result set for lookup query");