Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Dnisdb_mt.h41 zotypes objType; member
H A Ddb_mindex2.cc277 if (t->objType == NIS_BOGUS_OBJ) { in selectMapping()
278 t->objType = updateMappingObj(t, 0, 0); in selectMapping()
279 if (t->objType == NIS_BOGUS_OBJ) { in selectMapping()
299 if (table->mapping.objType == NIS_BOGUS_OBJ) { in selectMapping()
300 table->mapping.objType = updateMappingObj(table->mapping.tm, in selectMapping()
303 table->mapping.expireType = table->mapping.objType; in selectMapping()
324 switch (table->mapping.objType) { in selectMapping()
393 if (t->objType == NIS_BOGUS_OBJ) in selectMapping()
1599 } else if (qin == 0 && obj == 0 && t->objType == NIS_TABLE_OBJ) { in storeLDAP()
H A Dnisdb_ldap.h154 zotypes objType; member
H A Dldap_scheme.c96 if (t->objType == NIS_DIRECTORY_OBJ) { in schemeQuery2nisAttr()
H A Dldap_parse.h677 zotypes objType; member
H A Dnis_db.cc737 nod->objType = o->zo_data.zo_type; in dbDeleteObj()
1193 t->objType = o->zo_data.zo_type; in setMappingObjTypeEtc()
1196 x->objType = t->objType; in setMappingObjTypeEtc()
1198 if (x->objType == NIS_TABLE_OBJ) { in setMappingObjTypeEtc()
H A Ddb_table.cc282 m->objType = NIS_BOGUS_OBJ; in initMappingStruct()
364 mapping.objType = NIS_BOGUS_OBJ; in reset()
462 if (mapping.objType == NIS_DIRECTORY_OBJ || in grow()
H A Dldap_parse.c591 if (asObj && x->objType == NIS_TABLE_OBJ && in getObjMapping()
H A Dldap_map.c61 type = t->objType; in setColumnNames()
65 t->objType = NIS_BOGUS_OBJ; in setColumnNames()
73 if (t->objType == NIS_TABLE_OBJ && t->numRulesFromLDAP == 0 && in setColumnNames()
H A Ddb_mindex.cc183 table->mapping.objType != NIS_TABLE_OBJ)); in satisfy_query()
/titanic_41/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-sun.c41 extern MP_STATUS validate_object(MP_OID obj, MP_OBJECT_TYPE objType,
H A Dmpapi.c111 MP_STATUS validate_object(MP_OID obj, MP_OBJECT_TYPE objType, in validate_object() argument
127 if (obj.objectType != objType) { in validate_object()