| actions_save | drupal/includes/actions.inc | Save an action and its associated user-supplied parameter values to the database. |
| aggregator_aggregator_parse | drupal/modules/aggregator/aggregator.parser.inc | Implementation of hook_aggregator_parse(). |
| aggregator_block_save | drupal/modules/aggregator/aggregator.module | Implementation of hook_block_save(). |
| aggregator_refresh | drupal/modules/aggregator/aggregator.module | Checks a news feed for new items. |
| aggregator_remove | drupal/modules/aggregator/aggregator.module | Removes all items from a feed. |
| aggregator_save_category | drupal/modules/aggregator/aggregator.module | Add/edit/delete aggregator categories. |
| aggregator_save_feed | drupal/modules/aggregator/aggregator.module | Add/edit/delete an aggregator feed. |
| aggregator_save_item | drupal/modules/aggregator/aggregator.processor.inc | Add/edit/delete an aggregator item. |
| cache_set | drupal/includes/cache.inc | Store data in the persistent cache. |
| search_index | drupal/modules/search/search.module | Update the full-text search index for a particular item. |
| search_update_totals | drupal/modules/search/search.module | This function is called on shutdown to ensure that search_total is always
up to date (even if cron times out or otherwise fails). |
| statistics_exit | drupal/modules/statistics/statistics.module | Implementation of hook_exit(). |
| user_set_authmaps | drupal/modules/user/user.module | Save mappings of which external authentication module(s) authenticated
a user. Maps external usernames to user ids in the users table. |
| variable_set | drupal/includes/bootstrap.inc | Set a persistent variable. |
| _registry_parse_file | drupal/includes/registry.inc | Parse a file and save its function and class listings. |
| _registry_parse_files | drupal/includes/registry.inc | Parse all files that have changed since the registry was last built, and save their function and class listings. |
| _sess_write | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |