Searched refs:aTableSection (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp584 WriteSection aTableSection(Allocator::standard(), aRecordsOffset);
585 aTableSection.size(aRecordsOffset);
586 aTableSection.put(Table::OffsetId, aNewMetaRecord.dataRecordType());
587 aTableSection.put(Table::OffsetRecords, aRecordsOffset);
588 aTableSection.put(Table::OffsetRecordNumbersCount, aRecordNumbersCount);
616 // at which it will be in the new file in aTableSection.
617 aTableSection.put(Table::OffsetRecordNumbers
666 aTableSection.put(Table::OffsetRecordNumbers + AtomSize * aRecordNumber,
688 if (!aTableSection.at(Table::OffsetRecordNumbers + AtomSize * aRecordNumber))
690 aTableSection
932 const ReadSection aTableSection = local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.cpp584 WriteSection aTableSection(Allocator::standard(), aRecordsOffset);
585 aTableSection.size(aRecordsOffset);
586 aTableSection.put(Table::OffsetId, aNewMetaRecord.dataRecordType());
587 aTableSection.put(Table::OffsetRecords, aRecordsOffset);
588 aTableSection.put(Table::OffsetRecordNumbersCount, aRecordNumbersCount);
616 // at which it will be in the new file in aTableSection.
617 aTableSection.put(Table::OffsetRecordNumbers
666 aTableSection.put(Table::OffsetRecordNumbers + AtomSize * aRecordNumber,
688 if (!aTableSection.at(Table::OffsetRecordNumbers + AtomSize * aRecordNumber))
690 aTableSection
932 const ReadSection aTableSection = local
[all...]

Completed in 135 milliseconds