Home
last modified time | relevance | path

Searched defs:query_manager_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c193 typedef struct query_manager_s { struct
194 struct attr_set* attr_sets; /* possible sets of projected attributes */
195 QueryTemplate* templates; /* cacheable templates */
197 CachedQuery* lru_top; /* top and bottom of LRU list */
198 CachedQuery* lru_bottom;
200 ldap_pvt_thread_mutex_t lru_mutex; /* mutex for accessing LRU list */
203 QCfunc *qcfunc; /* Query containment*/
204 CRfunc *crfunc; /* cache replacement */
205 AddQueryfunc *addfunc; /* add query */