• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Security-57031.1.35/Security/include/security_filedb/

Lines Matching defs:table

132 	// otherwise, return a cursor that iterates over all table records
252 // If we have no old table than this record can not exist yet.
325 // If we are not re-updating and there is no old table than this record does not exist yet.
447 // Either this table wasn't modified yet or we didn't find aRecordNumber in
488 // prepare to modify the table
499 // create mutable indexes from the read-only indexes in the underlying table
565 // the table has not been modified, so we can just dump the old table
597 // We have a modified old table so copy all non deleted records
656 // Now add all inserted records to the table.
665 // Put offset relative to start of this table in recordNumber array.
693 // Make aFreeListHead point to the previous free recordNumber slot in the table.
701 // Write out indexes, which are part of the table section
1027 // FIXME: this hard-wires the meta-table relation IDs to be
1093 // initialize the indexes associated with each table
1294 const Table &table, const DbConstIndex *index) :
1295 Cursor(inDbVersion), mQueryKey(queryKey), mTable(table), mIndex(index)
1597 // Create a table associated with a given metarecord, and add the table
1668 // Put the offset to the current table relative to the start of
1791 // Insert schema records for a new table into the metatables of the database. This gets
1803 // Create the entry for the SchemaRelations table.
1814 // Create an entry for the SchemaAttributes table.
1870 // Create an entry for the SchemaIndexes table.
1881 // update the table's index objects
1888 // Insert a new table. The attribute info is required; the index and parsing module
1902 // Insert a new table. This is the version that gets called when a table is added
1917 // Create the entry for the SchemaRelations table.
1928 // Create an entry for the SchemaAttributes table.
1948 // Create an entry for the SchemaIndexes table.
1959 // update the table's index objects
1993 // make sure that a proper set of table ids and names has been provided
2099 // Return the name of a record type. This uses a table that maps record types
2100 // to record names. The table is provided when the database is created.