Home
last modified time | relevance | path

Searched refs:CachedQuery (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c100 } CachedQuery; typedef
143 CachedQuery* query; /* most recent query cached for the template */
144 CachedQuery* query_last; /* oldest query cached for the template */
186 typedef CachedQuery *(QCfunc)(Operation *op, struct query_manager_s*,
188 typedef CachedQuery *(AddQueryfunc)(Operation *op, struct query_manager_s*,
197 CachedQuery* lru_top; /* top and bottom of LRU list */
198 CachedQuery* lru_bottom;
342 static CachedQuery *
360 query2url( Operation *op, CachedQuery *q, struct berval *urlbv, int dolock ) in query2url()
609 CachedQuery *cq; in url2query()
[all …]