8 calls to _content_tablename() in Content Construction Kit (CCK) 6
- content_alter_db in includes/
content.admin.inc - Perform adds, alters, and drops as needed to synchronize the database with new field definitions.
- content_database_info in ./
content.module - Retrieve the database storage location(s) for a field.
- content_delete in ./
content.module - Nodeapi 'delete' op.
- content_delete_revision in ./
content.module - Nodeapi 'delete_revision' op.
- content_schema in ./
content.install - Implementation of hook_schema.
- content_type_delete in includes/
content.crud.inc - Make changes needed when a content type is deleted.
- content_type_update in includes/
content.crud.inc - Make changes needed when an existing content type is updated.
- content_update_6002 in ./
content.install - Get rid of automatic per content tables for content types that have no fields. Switching to adding those tables only when needed.