Searched refs:aTable (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp934 auto_ptr<Table> aTable(new Table(aTableSection));
935 Table::Id aTableId = aTable->getMetaRecord().dataRecordType();
936 mTableMap.insert(TableMap::value_type(aTableId, aTable.get()));
937 aTable.release();
952 Table &aTable = findTable(mDb.schemaAttributes.DataRecordType); local
953 aTable.getMetaRecord().setRecordAttributeInfo(mDb.schemaAttributes);
954 uint32 aRecordsCount = aTable.getRecordsCount();
955 ReadSection aRecordsSection = aTable.getRecordsSection();
957 const MetaRecord &aMetaRecord = aTable.getMetaRecord();
1355 const Table &aTable local
1798 ModifiedTable &aTable = findTable(inInfo.DataRecordType); local
1913 ModifiedTable *aTable = createTable(new MetaRecord(inTableId, inNumberOfAttributes, inAttributeInfo)); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.cpp934 auto_ptr<Table> aTable(new Table(aTableSection));
935 Table::Id aTableId = aTable->getMetaRecord().dataRecordType();
936 mTableMap.insert(TableMap::value_type(aTableId, aTable.get()));
937 aTable.release();
952 Table &aTable = findTable(mDb.schemaAttributes.DataRecordType); local
953 aTable.getMetaRecord().setRecordAttributeInfo(mDb.schemaAttributes);
954 uint32 aRecordsCount = aTable.getRecordsCount();
955 ReadSection aRecordsSection = aTable.getRecordsSection();
957 const MetaRecord &aMetaRecord = aTable.getMetaRecord();
1355 const Table &aTable local
1798 ModifiedTable &aTable = findTable(inInfo.DataRecordType); local
1913 ModifiedTable *aTable = createTable(new MetaRecord(inTableId, inNumberOfAttributes, inAttributeInfo)); local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c12158 TclVarHashTable *aTable = valueOfVar(TclVarHashTable, varPtr, tablePtr); local
12160 Tcl_HashEntry *ahPtr = aTable ? Tcl_FirstHashEntry(VarHashTable(aTable), &ahSrch) :0;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c77648 } aTable[] = { local
[all...]

Completed in 498 milliseconds