Lines Matching defs:query

116  * string is not available).  The type of query we want to run
117 * is indicated by the query flag, and the dbdata object is passed
119 * The function will construct and run the query, hopefully getting
125 const char *client, unsigned int query,
135 if (query != COUNTZONE)
149 /* what type of query are we going to run? */
150 switch(query) {
153 * if the query was not passed in from the config file
182 "No query specified for findzone. "
183 "Findzone requires a query");
200 "No query specified for lookup. "
201 "Lookup requires a query");
212 "Incorrect query flag passed to "
265 * what type of query are we going to run? this time we build
266 * the actual query to run.
268 switch(query) {
293 "Incorrect query flag passed to "
306 * output the full query string during debug so we can see
307 * what lame error the query has.
313 /* attempt query up to 3 times. */
324 if (query != COUNTZONE) {
353 /* release query string */
508 /* run the query and get the result set from the database. */
517 "result set for findzone query");
555 * have an allow zone xfr query.
557 * Run our query, and get a result set from the database.
571 "result set for allow xfr query");
590 * query.
608 /* run the query and get the result set from the database. */
620 "result set for all nodes query");
633 "by all nodes query");
715 /* run the query and get the result set from the database. */
727 "result set for authority query");
750 /* run the query and get the result set from the database. */
759 "result set for lookup query");
773 * passed into all query functions.