9 uses of CONTENT_DB_STORAGE_PER_FIELD in Content Construction Kit (CCK) 5
- content_alter_db_field in ./
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_update_10 in ./
content.install - Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
- content_update_1003 in ./
content.install - Rename data tables to avoid collision with core node_* tables
- content_update_1004 in ./
content.install - Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
- content_update_1009 in ./
content.install - Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
- _content_admin_field_add_existing_submit in ./
content_admin.inc - Add an existing field to a content type.
- _content_admin_field_submit in ./
content_admin.inc - Save a field's settings after editing.
- _content_tablename in ./
content.module - Generate a table name for a field or a content type.