| comment_render | modules/comment/comment.module | Renders comment(s). |
| drupal_cron_run | includes/common.inc | Executes a cron run when called |
| drupal_goto | includes/common.inc | Send the user to a different Drupal page. |
| drupal_page_footer | includes/common.inc | Perform end-of-request tasks. |
| drupal_retrieve_form | includes/form.inc | Retrieves the structured array that defines a given form. |
| module_invoke_all | includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| node_access_acquire_grants | modules/node/node.module | This function will call module invoke to get a list of grants and then
write them to the database. It is called at node save, and should be
called by modules whenever something other than a node_save causes
the permissions on a node to change. |
| node_access_grants | modules/node/node.module | Fetch an array of permission IDs granted to the given user ID. |
| node_admin_nodes_submit | modules/node/node.module | Submit the node administration update form. |
| node_type_delete | modules/node/node.module | Deletes a node type from the database. |
| node_type_reset | modules/node/content_types.inc | Resets all of the relevant fields of a module-defined node type to their
default values. |
| node_type_save | modules/node/node.module | Saves a node type to the database. |
| node_view | modules/node/node.module | Generate a display of the given node. |
| poll_view | modules/poll/poll.module | Implementation of hook_view(). |
| search_admin_settings | modules/search/search.module | Menu callback; displays the search module settings page. |
| search_wipe | modules/search/search.module | Wipes a part of or the entire search index. |
| system_status | modules/system/system.module | Menu callback: displays the site status report. Can also be used as a pure check. |
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_del_vocabulary | modules/taxonomy/taxonomy.module | Delete a vocabulary. |
| taxonomy_save_term | modules/taxonomy/taxonomy.module | Helper function for taxonomy_form_term_submit(). |
| theme_closure | includes/theme.inc | Execute hook_footer() which is run at the end of the page right before the
close of the body tag. |
| user_admin_account_submit | modules/user/user.module | Submit the user administration update form. |
| user_delete | modules/user/user.module | Delete a user. |
| user_logout | modules/user/user.module | Menu callback; logs the current user out, and redirects to the home page. |
| _menu_append_contextual_items | includes/menu.inc | Account for menu items that are only defined at certain paths, so will not
be cached. |
| _menu_build | includes/menu.inc | Build the menu by querying both modules and the database. |
| _node_types_build | modules/node/node.module | Builds and returns the list of available node types. |
| _ping_notify | modules/ping/ping.module | Call hook_ping() in all modules to notify remote sites that there is
new content at this one. |