Searched refs:mTable (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.h140 const Table &table() const { return mTable; }
160 const Table &mTable; member in class:Security::DbConstIndex
H A DDbIndex.cpp135 mTable(table)
141 mTable(table)
300 return mTable.getRecordSection(recordNumber);
312 const ReadSection &tableSection = index.mTable.getTableSection();
H A DAppleDatabase.cpp212 mTable(inTable),
221 mTable(nil),
253 if (!mTable)
257 const RecordId aRecordId = MetaRecord::unpackRecordId(mTable->getRecordSection(aRecordNumber));
278 // if it existed previously in mTable.
326 if (!aReUpdate && !mTable)
329 const ReadSection &anOldDbRecord = aReUpdate ? *anIt->second : mTable->getRecordSection(aRecordNumber);
444 if (!mTable)
448 // mInsertedMap nor mDeletedSet so just ask mTable for it.
449 return mTable
[all...]
H A DAppleDatabase.h177 const Table *mTable; member in class:Security::ModifiedTable
180 // MetaRecord of mTable or mTable is nil.
194 // mTable of the free list has been exhausted.
365 const Table &mTable; member in class:Security::IndexCursor
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.h140 const Table &table() const { return mTable; }
160 const Table &mTable; member in class:Security::DbConstIndex
H A DDbIndex.cpp135 mTable(table)
141 mTable(table)
300 return mTable.getRecordSection(recordNumber);
312 const ReadSection &tableSection = index.mTable.getTableSection();
H A DAppleDatabase.cpp212 mTable(inTable),
221 mTable(nil),
253 if (!mTable)
257 const RecordId aRecordId = MetaRecord::unpackRecordId(mTable->getRecordSection(aRecordNumber));
278 // if it existed previously in mTable.
326 if (!aReUpdate && !mTable)
329 const ReadSection &anOldDbRecord = aReUpdate ? *anIt->second : mTable->getRecordSection(aRecordNumber);
444 if (!mTable)
448 // mInsertedMap nor mDeletedSet so just ask mTable for it.
449 return mTable
[all...]
H A DAppleDatabase.h177 const Table *mTable; member in class:Security::ModifiedTable
180 // MetaRecord of mTable or mTable is nil.
194 // mTable of the free list has been exhausted.
365 const Table &mTable; member in class:Security::IndexCursor
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIOMacOSVideo.h64 mTable = 2, /*Offset to the table.*/ enumerator in enum:__anon1843

Completed in 198 milliseconds