| cache_set | includes/cache.inc | Store data in the persistent cache. |
| db_affected_rows | includes/database.pgsql.inc | Determine the number of rows changed by the preceding query. |
| node_type_update_nodes | modules/node/node.module | Updates all nodes of one type to be of another type. |
| search_index | modules/search/search.module | Update the full-text search index for a particular item. |
| search_update_totals | 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 | modules/statistics/statistics.module | Implementation of hook_exit(). |
| system_update_6038 | modules/system/system.install | Ensure that "Account" is not used as a Profile category. |
| user_set_authmaps | 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 | includes/bootstrap.inc | Set a persistent variable. |