Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc252 bool_t doLDAP, asObj; in selectMapping() local
328 doLDAP = table->mapping.isMaster && in selectMapping()
331 doLDAP = table->mapping.fromLDAP; in selectMapping()
340 doLDAP = FALSE; in selectMapping()
353 doLDAP = table->mapping.isMaster && in selectMapping()
356 doLDAP = table->mapping.fromLDAP; in selectMapping()
401 doLDAP = t->isMaster; in selectMapping()
403 doLDAP = TRUE; in selectMapping()
409 doLDAP = TRUE; in selectMapping()
414 doLDAP = FALSE; in selectMapping()
[all …]
H A Ddb_dictionary_c.x233 % bool_t searchDeferred, bool_t doLDAP,
H A Ddb_dictionary.cc1506 bool_t searchDeferred, bool_t doLDAP, in find_table() argument
1515 if (res != 0 || !doLDAP) in find_table()