Searched refs:metaRecord (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.h115 DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex);
169 DbMutableIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex);
H A DDbIndex.cpp112 DbIndex::DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex) argument
113 : mMetaRecord(metaRecord),
324 DbMutableIndex::DbMutableIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex) argument
325 : DbIndex(metaRecord, indexId, isUniqueIndex),
H A DAppleDatabase.cpp518 ModifiedTable::findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex) argument
524 auto_ptr<DbMutableIndex> index(new DbMutableIndex(metaRecord, indexId, isUniqueIndex));
1315 const MetaRecord &metaRecord = mTable.getMetaRecord(); local
1317 outTableId = metaRecord.dataRecordType();
1318 metaRecord.unpackRecord(rs, inAllocator, outAttributes, outData, 0);
H A DAppleDatabase.h160 DbMutableIndex &findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.h115 DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex);
169 DbMutableIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex);
H A DDbIndex.cpp112 DbIndex::DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex) argument
113 : mMetaRecord(metaRecord),
324 DbMutableIndex::DbMutableIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex) argument
325 : DbIndex(metaRecord, indexId, isUniqueIndex),
H A DAppleDatabase.cpp518 ModifiedTable::findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex) argument
524 auto_ptr<DbMutableIndex> index(new DbMutableIndex(metaRecord, indexId, isUniqueIndex));
1315 const MetaRecord &metaRecord = mTable.getMetaRecord(); local
1317 outTableId = metaRecord.dataRecordType();
1318 metaRecord.unpackRecord(rs, inAllocator, outAttributes, outData, 0);
H A DAppleDatabase.h160 DbMutableIndex &findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex);

Completed in 140 milliseconds