Lines Matching defs:query
98 char **pazResult; /* Result of the query */
241 * string is not available). The type of query we want to run
242 * is indicated by the query flag, and the dbdata object is passed
244 * The function will construct and run the query, hopefully getting
249 const char *client, unsigned int query,
261 if ((query == COUNTZONE && rsp != NULL) ||
262 (query != COUNTZONE && (rsp == NULL || *rsp != NULL)))
285 /* what type of query are we going to run? */
286 switch(query) {
308 "No query specified for findzone. "
309 "Findzone requires a query");
323 "No query specified for lookup. "
324 "Lookup requires a query");
331 "Incorrect query flag passed to "
375 * what type of query are we going to run? this time we build
376 * the actual query to run.
378 switch(query) {
399 "Incorrect query flag passed to "
410 /* output the full query string when debugging */
424 db->log(ISC_LOG_DEBUG(1), "SQLite3 query failed; %s",
433 if (query == COUNTZONE) {
642 "result set for FINDZONE query");
678 * have an allow zone xfr query.
690 "result set for ALLOWXFR query");
709 * query.
731 "result set for all nodes query");
743 "by ALLNODES query");
829 "result set for AUTHORITY query");
862 "result set for LOOKUP query");