Searched refs:ndb_filter_set (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
H A D | search.cpp | 112 static int ndb_filter_set( Operation *op, struct ndb_info *ni, Filter *f, int indexed, in ndb_filter_set() function 137 if ( ndb_filter_set( op, ni, f, indexed, scan, sf, bounds )) in ndb_filter_set() 333 rc = ndb_filter_set( op, ni, op->ors_filter, indexed, scan, sf, &bounds ); in ndb_oc_search()
|