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

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.h151 ReadSection getRecordSection(DbIndexIterator iter) const;
H A DDbIndex.cpp297 DbConstIndex::getRecordSection(DbIndexIterator iter) const function in class:DbConstIndex
300 return mTable.getRecordSection(recordNumber);
H A DAppleDatabase.cpp138 Table::getRecordSection(uint32 inRecordNumber) const function in class:Table
159 const ReadSection aRecordSection = getRecordSection(inRecordId.mRecordNumber);
257 const RecordId aRecordId = MetaRecord::unpackRecordId(mTable->getRecordSection(aRecordNumber));
329 const ReadSection &anOldDbRecord = aReUpdate ? *anIt->second : mTable->getRecordSection(aRecordNumber);
1314 ReadSection rs = mIndex->getRecordSection(mBegin++);
H A DAppleDatabase.h80 const ReadSection getRecordSection(uint32 inRecordNumber) const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.h151 ReadSection getRecordSection(DbIndexIterator iter) const;
H A DDbIndex.cpp297 DbConstIndex::getRecordSection(DbIndexIterator iter) const function in class:DbConstIndex
300 return mTable.getRecordSection(recordNumber);
H A DAppleDatabase.cpp138 Table::getRecordSection(uint32 inRecordNumber) const function in class:Table
159 const ReadSection aRecordSection = getRecordSection(inRecordId.mRecordNumber);
257 const RecordId aRecordId = MetaRecord::unpackRecordId(mTable->getRecordSection(aRecordNumber));
329 const ReadSection &anOldDbRecord = aReUpdate ? *anIt->second : mTable->getRecordSection(aRecordNumber);
1314 ReadSection rs = mIndex->getRecordSection(mBegin++);
H A DAppleDatabase.h80 const ReadSection getRecordSection(uint32 inRecordNumber) const;

Completed in 91 milliseconds