| actions_save | drupal/includes/actions.inc | Save an action and its associated user-supplied parameter values to the database. |
| actions_synchronize | drupal/includes/actions.inc | Synchronize actions that are provided by modules. |
| aggregator_categorize_items_submit | drupal/modules/aggregator/aggregator.pages.inc | Process aggregator_categorize_items() form submissions. |
| 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. |
| batch_process | drupal/includes/form.inc | Process the batch. |
| comment_nodeapi_insert | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_insert(). |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| drupal_install_system | drupal/includes/install.inc | Callback to install the system module. |
| drupal_write_record | drupal/includes/common.inc | Save a record to the database based upon the schema. |
| flood_register_event | drupal/includes/common.inc | Register an event for the current visitor (hostname/IP) to the flood control mechanism. |
| hook_taxonomy_term_insert | drupal/modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when inserted. |
| hook_taxonomy_term_update | drupal/modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when updated. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| module_rebuild_cache | drupal/includes/module.inc | Rebuild the database cache of module files. |
| node_access_example_nodeapi_insert | contributions/docs/developer/examples/node_access_example.module | Implementation of hook_nodeapi_insert(). |
| node_type_save | drupal/modules/node/node.module | Saves a node type to the database. |
| simpletest_run_tests | drupal/modules/simpletest/simpletest.module | Actually runs tests. |
| statistics_exit | drupal/modules/statistics/statistics.module | Implementation of hook_exit(). |
| taxonomy_term_save | drupal/modules/taxonomy/taxonomy.module | Save a term object to the database. |
| taxonomy_test_taxonomy_term_insert | drupal/modules/simpletest/tests/taxonomy_test.module | Implementation of hook_taxonomy_term_insert(). |
| taxonomy_test_taxonomy_term_update | drupal/modules/simpletest/tests/taxonomy_test.module | Implementation of hook_taxonomy_term_update(). |
| 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. |
| _book_update_outline | drupal/modules/book/book.module | Common helper function to handles additions and updates to the book outline. |
| _menu_router_build | drupal/includes/menu.inc | Helper function to build the router table based on the data from hook_menu. |