Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_table.cc285 m->expireType = NIS_BOGUS_OBJ; in initMappingStruct()
367 mapping.expireType = NIS_BOGUS_OBJ; in reset()
465 mapping.expireType != NIS_TABLE_OBJ || in grow()
569 if (mapping.expireType == NIS_BOGUS_OBJ) { in setEntryExp()
573 mapping.expireType = NIS_DIRECTORY_OBJ; in setEntryExp()
575 mapping.expireType = NIS_TABLE_OBJ; in setEntryExp()
590 if (mapping.expireType == NIS_TABLE_OBJ) { in setEntryExp()
832 if ((mapping.expireType != NIS_TABLE_OBJ || mapping.fromLDAP) && in configure()
841 } else if (mapping.expireType == NIS_TABLE_OBJ && !mapping.fromLDAP && in configure()
862 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()