| actions_save | drupal/includes/actions.inc | Save an action and its associated user-supplied parameter values to the database. |
| 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. |
| batch_process | drupal/includes/form.inc | Process the batch. |
| block_add_block_form_submit | drupal/modules/block/block.admin.inc | Save the new custom block. |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| drupal_write_record | drupal/includes/common.inc | Save a record to the database based upon the schema. |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| node_save | drupal/modules/node/node.module | Save a node object into the database. |
| simpletest_run_tests | drupal/modules/simpletest/simpletest.module | Actually runs tests. |
| user_save | drupal/modules/user/user.module | Save changes to a user account or add a new user. |