Lines Matching defs:query
132 "%s query is not a valid LDAP URL", msg);
141 "parsing %s query failed", msg);
149 "%s query must specify at least "
159 "%s query must not specify a host", msg);
167 "%s query must not specify a port", msg);
175 "%s query must specify a search base", msg);
547 * string is not available). The type of query we want to run
548 * is indicated by the query flag, and the dbdata object is passed
552 * The function will construct the query and obtain an available
553 * database instance (DBI). It will then run the query and hopefully
558 const char *client, unsigned int query,
620 /* what type of query are we going to run? */
621 switch(query) {
624 * if the query was not passed in from the config file
662 "No query specified for findzone. "
663 "Findzone requires a query");
676 "No query specified for lookup. "
677 "Lookup requires a query");
691 "Incorrect query flag passed to "
704 * output the full query string during debug so we can see
705 * what lame error the query has.
722 * previous query failed.
753 "query requirements");
788 switch(query) {
824 "Incorrect query flag passed to "
854 /* release query string */