Searched defs:query_template_s (Results 1 – 1 of 1) sorted by relevance
138 typedef struct query_template_s { struct139 struct query_template_s *qtnext; argument140 struct query_template_s *qmnext; argument142 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 …]