Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_table.cc283 m->expireType = NIS_BOGUS_OBJ; in initMappingStruct()
365 mapping.expireType = NIS_BOGUS_OBJ; in reset()
463 mapping.expireType != NIS_TABLE_OBJ || in grow()
567 if (mapping.expireType == NIS_BOGUS_OBJ) { in setEntryExp()
571 mapping.expireType = NIS_DIRECTORY_OBJ; in setEntryExp()
573 mapping.expireType = NIS_TABLE_OBJ; in setEntryExp()
588 if (mapping.expireType == NIS_TABLE_OBJ) { in setEntryExp()
830 if ((mapping.expireType != NIS_TABLE_OBJ || mapping.fromLDAP) && in configure()
839 } else if (mapping.expireType == NIS_TABLE_OBJ && !mapping.fromLDAP && in configure()
860 if (mapping.expireType == NIS_TABLE_OBJ) { in configure()
H A Dnisdb_ldap.h155 zotypes expireType; member
H A Ddb_mindex2.cc303 table->mapping.expireType = table->mapping.objType; in selectMapping()