Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Dldap_val.c518 enum {rvOnly, rvThenLookup, lookupOnly} check; in getMappingItemVal() enumerator
551 check = lookupOnly; in getMappingItemVal()
587 check = lookupOnly; in getMappingItemVal()
595 check = lookupOnly; in getMappingItemVal()
649 if (val == 0 && (check == rvThenLookup || check == lookupOnly)) { in getMappingItemVal()