Searched defs:cached_query_s (Results 1 – 1 of 1) sorted by relevance
79 typedef struct cached_query_s { struct95 struct cached_query_s *next; /* next query in the template */ argument96 struct cached_query_s *prev; /* previous query in the template */ argument97 struct cached_query_s *lru_up; /* previous query in the LRU list */ argument98 struct cached_query_s *lru_down; /* next query in the LRU list */ argument99 ldap_pvt_thread_rdwr_t rwlock;