| cache_set | drupal/includes/cache.inc | Store data in the persistent cache. |
| node_type_update_nodes | drupal/modules/node/node.module | Updates all nodes of one type to be of another type. |
| 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. |
| _sess_write | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |