Home
last modified time | relevance | path

Searched refs:rvThenLookup (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
586 check = rvThenLookup; in getMappingItemVal()
604 if (check == rvOnly || check == rvThenLookup) { in getMappingItemVal()
650 if (val == 0 && (check == rvThenLookup || check == lookupOnly)) { in getMappingItemVal()