• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/

Lines Matching defs:queries

70 	Avlnode *scopes[4];		/* threaded AVL trees of cached queries */
72 int queries;
141 ldap_pvt_thread_rdwr_t t_rwlock; /* Rd/wr lock for accessing queries in the template */
152 int no_of_queries; /* Total number of queries in the template */
153 time_t ttl; /* TTL for the queries of this template */
207 unsigned long num_cached_queries; /* total number of cached queries */
208 unsigned long max_queries; /* upper bound on # of cached queries */
209 int save_queries; /* save cached queries across restarts */
293 "DESC 'Number of cached queries' "
754 /* ignore expired queries */
1430 * the cached queries in template
1629 qbase->queries++;
1679 qc->qbase->queries--;
1680 if ( qc->qbase->queries == 0 ) {
2078 * by forcing the removal of all the related queries.
2190 * Call that allows to remove a set of queries related to an entry
3603 * query's expiry is too new, and all subsequent queries
3619 /* If there were no queries, defer processing for a while */
3671 { "pcacheMaxQueries", "queries",
3674 "DESC 'Maximum number of queries to cache' "
3679 "DESC 'Save cached queries for hot restart' "
3714 { "proxyCacheQueries", "queries",
3931 /* If there were cached queries when we went offline,
4386 snprintf( c->cr_msg, sizeof( c->cr_msg ), "max queries must be positive" );
5001 * 2. if baseDN is present and queryID is absent, then all queries
5003 * 3. if entryDN is present and queryID is absent, then all queries
5005 * 4. if entryDN and queryID are present, then all queries
5278 /* remove all queries related to the selected entry */
5289 /* TODO: remove all queries */
5291 rs->sr_text = "deletion of all queries not implemented";
5400 /* number of cached queries */