Lines Matching defs:queries
73 TAvlnode *scopes[4]; /* threaded AVL trees of cached queries */
75 int queries;
145 ldap_pvt_thread_rdwr_t t_rwlock; /* Rd/wr lock for accessing queries in the template */
156 int no_of_queries; /* Total number of queries in the template */
157 time_t ttl; /* TTL for the queries of this template */
211 unsigned long num_cached_queries; /* total number of cached queries */
212 unsigned long max_queries; /* upper bound on # of cached queries */
213 int save_queries; /* save cached queries across restarts */
297 "DESC 'Number of cached queries' "
765 /* ignore expired queries */
1447 * the cached queries in template
1648 qbase->queries++;
1666 Debug( pcache_debug, "TEMPLATE %p QUERIES++ %d\n",
1698 qc->qbase->queries--;
1699 if ( qc->qbase->queries == 0 ) {
1765 Debug( pcache_debug, "TEMPLATE %p QUERIES-- %d\n",
2048 "STORED QUERIES = %lu\n",
2097 * by forcing the removal of all the related queries.
2209 * Call that allows to remove a set of queries related to an entry
2414 Debug( pcache_debug, "STORED QUERIES = %lu\n",
3595 Debug( pcache_debug, "TEMPLATE %p QUERIES-- %d\n",
3602 * query's expiry is too new, and all subsequent queries
3626 Debug( pcache_debug, "STORED QUERIES = %lu\n",
3669 /* If there were no queries, defer processing for a while */
3725 { "pcacheMaxQueries", "queries",
3728 "DESC 'Maximum number of queries to cache' "
3734 "DESC 'Save cached queries for hot restart' "
3773 { "proxyCacheQueries", "queries",
3991 /* If there were cached queries when we went offline,
4446 snprintf( c->cr_msg, sizeof( c->cr_msg ), "max queries must be positive" );
5065 * 2. if baseDN is present and queryID is absent, then all queries
5067 * 3. if entryDN is present and queryID is absent, then all queries
5069 * 4. if entryDN and queryID are present, then all queries
5338 /* remove all queries related to the selected entry */
5349 /* TODO: remove all queries */
5351 rs->sr_text = "deletion of all queries not implemented";
5460 /* number of cached queries */