Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c144 CachedQuery* query_last; /* oldest query cached for the template */ member
1644 templ->query_last = new_cached_query; in add_query()
1680 template->query_last = template->query = NULL; in remove_from_template()
1686 template->query_last = qc->prev; in remove_from_template()
3543 if ( !templ->query_last ) continue; in consistency_check()
3559 for ( query=templ->query_last; query; query=qprev ) { in consistency_check()
3577 if ( query != templ->query_last ) in consistency_check()
3639 for ( query=templ->query_last; query; query=qprev ) { in consistency_check()
4228 temp->query = temp->query_last = NULL; in pc_cf_gen()