Lines Matching defs:query
135 "%s query is not a valid LDAP URL", msg);
142 db->log(ISC_LOG_ERROR, "parsing %s query failed", msg);
149 "%s query must specify at least "
157 "%s query must not specify a host", msg);
164 "%s query must not specify a port", msg);
171 "%s query must specify a search base", msg);
522 * string is not available). The type of query we want to run
523 * is indicated by the query flag, and the dbdata object is passed
527 * The function will construct the query and obtain an available
528 * database instance (DBI). It will then run the query and hopefully
533 const char *client, unsigned int query,
591 /* what type of query are we going to run? */
592 switch (query) {
595 * if the query was not passed in from the config file
626 "No query specified for findzone. "
627 "Findzone requires a query");
637 "No query specified for lookup. "
638 "Lookup requires a query");
650 "Incorrect query flag passed to ldap_get_results");
662 * output the full query string during debug so we can see
663 * what lame error the query has.
677 * previous query failed.
704 "No object found matching query requirements");
735 switch (query) {
771 "Incorrect query flag passed to ldap_get_results");
797 /* release query string */