Lines Matching defs:query
464 * string is not available). The type of query we want to run
465 * is indicated by the query flag, and the dbdata object is passed
469 * The function will construct the query and obtain an available
470 * database instance (DBI). It will then run the query and hopefully
481 const char *client, unsigned int query,
515 /* what type of query are we going to run? */
516 switch(query) {
519 * if the query was not passed in from the config file
548 "No query specified for findzone. "
549 "Findzone requires a query");
559 "No query specified for lookup. "
560 "Lookup requires a query");
571 "Incorrect query flag passed to "
621 * what type of query are we going to run?
622 * this time we build the actual query to run.
624 switch(query) {
646 "Incorrect query flag passed to "
658 /* output the full query string during debug so we can see */
659 /* what lame error the query has. */
664 /* attempt query up to 3 times. */
718 /* release query string */
974 /* run the query and get the result set from the database. */
1018 * have an allow zone xfr query
1020 * Run our query, and get a result set from the database. if
1055 * query.
1076 /* run the query and get the result set from the database. */
1088 "result set for all nodes query");
1107 "all nodes query");
1200 /* run the query and get the result set from the database. */
1210 "result set for authority query");
1229 /* run the query and get the result set from the database. */
1236 "result set for lookup query");
1248 * passed into all query functions.