Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c79 typedef struct cached_query_s { struct
95 struct cached_query_s *next; /* next query in the template */ argument
96 struct cached_query_s *prev; /* previous query in the template */ argument
97 struct cached_query_s *lru_up; /* previous query in the LRU list */ argument
98 struct cached_query_s *lru_down; /* next query in the LRU list */ argument
99 ldap_pvt_thread_rdwr_t rwlock;