Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c138 typedef struct query_template_s { struct
139 struct query_template_s *qtnext; argument
140 struct query_template_s *qmnext; argument
142 Avlnode* qbase;
143 CachedQuery* query; /* most recent query cached for the template */
144 CachedQuery* query_last; /* oldest query cached for the template */
145 ldap_pvt_thread_rdwr_t t_rwlock; /* Rd/wr lock for accessing queries in the template */
146 struct berval querystr; /* Filter string corresponding to the QT */
147 struct berval bindbase; /* base DN for Bind request */
148 struct berval bindfilterstr; /* Filter string for Bind request */
[all …]