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

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.cpp29 mTableSection(index.table().getTableSection())
50 rs1 = mKey.mTableSection.subsection(offset1);
57 rs2 = mKey.mTableSection.subsection(offset2);
H A DDbIndex.h55 const ReadSection &mTableSection; member in class:Security::DbQueryKey
H A DAppleDatabase.cpp87 mTableSection(inTableSection),
104 uint32 indexSectionOffset = mTableSection.at(OffsetIndexesOffset);
106 uint32 numIndexes = mTableSection.at(indexSectionOffset + AtomSize);
109 uint32 indexOffset = mTableSection.at(indexSectionOffset + (i + 2) * AtomSize);
110 ReadSection indexSection(mTableSection.subsection(indexOffset));
143 uint32 aRecordOffset = mTableSection[OffsetRecordNumbers + AtomSize
150 return MetaRecord::readSection(mTableSection, aRecordOffset);
181 aFreeListHead = mTableSection[anOffset];
188 return mTableSection.subsection(mTableSection[OffsetRecord
[all...]
H A DAppleDatabase.h101 const ReadSection &getTableSection() const { return mTableSection; }
122 const ReadSection mTableSection; member in class:Security::Table
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.cpp29 mTableSection(index.table().getTableSection())
50 rs1 = mKey.mTableSection.subsection(offset1);
57 rs2 = mKey.mTableSection.subsection(offset2);
H A DDbIndex.h55 const ReadSection &mTableSection; member in class:Security::DbQueryKey
H A DAppleDatabase.cpp87 mTableSection(inTableSection),
104 uint32 indexSectionOffset = mTableSection.at(OffsetIndexesOffset);
106 uint32 numIndexes = mTableSection.at(indexSectionOffset + AtomSize);
109 uint32 indexOffset = mTableSection.at(indexSectionOffset + (i + 2) * AtomSize);
110 ReadSection indexSection(mTableSection.subsection(indexOffset));
143 uint32 aRecordOffset = mTableSection[OffsetRecordNumbers + AtomSize
150 return MetaRecord::readSection(mTableSection, aRecordOffset);
181 aFreeListHead = mTableSection[anOffset];
188 return mTableSection.subsection(mTableSection[OffsetRecord
[all...]
H A DAppleDatabase.h101 const ReadSection &getTableSection() const { return mTableSection; }
122 const ReadSection mTableSection; member in class:Security::Table

Completed in 129 milliseconds