Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc286 m->expireType = NIS_BOGUS_OBJ; in initMappingStruct()
368 mapping.expireType = NIS_BOGUS_OBJ; in reset()
466 mapping.expireType != NIS_TABLE_OBJ || in grow()
570 if (mapping.expireType == NIS_BOGUS_OBJ) { in setEntryExp()
574 mapping.expireType = NIS_DIRECTORY_OBJ; in setEntryExp()
576 mapping.expireType = NIS_TABLE_OBJ; in setEntryExp()
591 if (mapping.expireType == NIS_TABLE_OBJ) { in setEntryExp()
833 if ((mapping.expireType != NIS_TABLE_OBJ || mapping.fromLDAP) && in configure()
842 } else if (mapping.expireType == NIS_TABLE_OBJ && !mapping.fromLDAP && in configure()
863 if (mapping.expireType == NIS_TABLE_OBJ) { in configure()
H A Dnisdb_ldap.h153 zotypes expireType; member
H A Ddb_mindex2.cc303 table->mapping.expireType = table->mapping.objType; in selectMapping()