Searched refs:indexSection (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.cpp139 DbConstIndex::DbConstIndex(const Table &table, const ReadSection &indexSection) argument
140 : DbIndex(table.getMetaRecord(), indexSection.at(AtomSize), indexSection.at(2 * AtomSize)),
143 uint32 numAttributes = indexSection.at(3 * AtomSize);
146 uint32 attributeId = indexSection.at((4 + i) * AtomSize);
151 uint32 numRecords = indexSection.at(offset);
154 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
158 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
H A DDbIndex.h138 DbConstIndex(const Table &table, const ReadSection &indexSection);
H A DAppleDatabase.cpp110 ReadSection indexSection(mTableSection.subsection(indexOffset));
112 auto_ptr<DbConstIndex> index(new DbConstIndex(*this, indexSection));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.cpp139 DbConstIndex::DbConstIndex(const Table &table, const ReadSection &indexSection) argument
140 : DbIndex(table.getMetaRecord(), indexSection.at(AtomSize), indexSection.at(2 * AtomSize)),
143 uint32 numAttributes = indexSection.at(3 * AtomSize);
146 uint32 attributeId = indexSection.at((4 + i) * AtomSize);
151 uint32 numRecords = indexSection.at(offset);
154 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
158 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
H A DDbIndex.h138 DbConstIndex(const Table &table, const ReadSection &indexSection);
H A DAppleDatabase.cpp110 ReadSection indexSection(mTableSection.subsection(indexOffset));
112 auto_ptr<DbConstIndex> index(new DbConstIndex(*this, indexSection));

Completed in 267 milliseconds