Searched defs:doLDAP (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc252 bool_t doLDAP, asObj; local
328 doLDAP = table->mapping.isMaster &&
331 doLDAP = table->mapping.fromLDAP;
340 doLDAP = FALSE;
353 doLDAP = table->mapping.isMaster &&
356 doLDAP = table->mapping.fromLDAP;
401 doLDAP = t->isMaster;
403 doLDAP = TRUE;
409 doLDAP = TRUE;
414 doLDAP
[all...]
H A Ddb_dictionary.cc1502 bool_t searchDeferred, bool_t doLDAP,
1511 if (res != 0 || !doLDAP)
1501 find_table(char *tab, db_table_desc **where, bool_t searchDeferred, bool_t doLDAP, bool_t doLoad) argument

Completed in 27 milliseconds