| aggregator_aggregator_fetch | drupal/modules/aggregator/aggregator.fetcher.inc | Implementation of hook_aggregator_fetch(). |
| aggregator_refresh | drupal/modules/aggregator/aggregator.module | Checks a news feed for new items. |
| aggregator_save_feed | drupal/modules/aggregator/aggregator.module | Add/edit/delete an aggregator feed. |
| batch_process | drupal/includes/form.inc | Process the batch. |
| book_update_bid | drupal/modules/book/book.module | Update the bid for a page and its children when it is moved to a new book. |
| comment_operations | drupal/modules/comment/comment.module | Comment operations. Offer different update operations depending on
which comment administration page is being viewed. |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| comment_unpublish_action | drupal/modules/comment/comment.module | Drupal action to unpublish a comment. |
| comment_unpublish_by_keyword_action | drupal/modules/comment/comment.module | Implementation of a configurable Drupal action. |
| comment_user_delete | drupal/modules/comment/comment.module | Implementation of hook_user_delete(). |
| drupal_session_regenerate | drupal/includes/session.inc | Called when an anonymous user becomes authenticated or vice-versa. |
| drupal_set_installed_schema_version | drupal/includes/install.inc | Update the installed version information for a module. |
| drupal_write_record | drupal/includes/common.inc | Save a record to the database based upon the schema. |
| menu_link_maintain | drupal/includes/menu.inc | Insert, update or delete an uncustomized menu link related to a module. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| module_disable | drupal/includes/module.inc | Disable a given set of modules. |
| module_enable | drupal/includes/module.inc | Enable a given list of modules. |
| module_rebuild_cache | drupal/includes/module.inc | Rebuild the database cache of module files. |
| node_type_save | drupal/modules/node/node.module | Saves a node type to the database. |
| _batch_shutdown | drupal/includes/batch.inc | Shutdown function; store the current batch data for the next request. |
| _comment_update_node_statistics | drupal/modules/comment/comment.module | Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
| _menu_link_move_children | drupal/includes/menu.inc | Update the children of a menu link that's being moved. |
| _menu_navigation_links_rebuild | drupal/includes/menu.inc | Helper function to build menu links for the items in the menu router. |
| _menu_update_parental_status | drupal/includes/menu.inc | Check and update the has_children status for the parent of a link. |
| _sess_write | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |