Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc199 queryRes = queryLDAP(q, 0, 1); in satisfy_query()
229 queryRes = queryLDAP(q, 0, 1); in satisfy_query()
443 int queryRes = queryLDAP(0, 0, 1); in first()
675 int queryRes = queryLDAP(0, 0, 1); in all()
H A Ddb_mindex_c.x304 % int queryLDAP(db_query *, char *, int);
H A Ddb_mindex2.cc727 db_mindex::queryLDAP(db_query *qin, char *dbId, int doAsynch) { in queryLDAP() function in db_mindex
H A Dnis_db.cc1363 stat = mindex->queryLDAP(0, t->dbId, 0); in loadAllLDAP()