Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c519 enum {rvOnly, rvThenLookup, lookupOnly} check; in getMappingItemVal() enumerator
552 check = lookupOnly; in getMappingItemVal()
588 check = lookupOnly; in getMappingItemVal()
596 check = lookupOnly; in getMappingItemVal()
650 if (val == 0 && (check == rvThenLookup || check == lookupOnly)) { in getMappingItemVal()