| blog_feed_user | modules/blog/blog.module | Displays an RSS feed containing recent blog entries of a given user. |
| blog_page_user | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| comment_admin_settings | modules/comment/comment.module | Menu callback; presents the comment settings page. |
| contact_mail_user_submit | modules/contact/contact.module | Process the personal contact page form submission. |
| contact_menu | modules/contact/contact.module | Implementation of hook_menu(). |
| contact_user_page | modules/contact/contact.module | Personal contact page. |
| drupal_login | modules/drupal/drupal.module | Callback function from drupal_xmlrpc() for authenticating remote clients. |
| node_access_grants | modules/node/node.module | Fetch an array of permission IDs granted to the given user ID. |
| node_preview | modules/node/node.module | Generate a node preview. |
| node_submit | modules/node/node.module | Prepare node for save and allow modules to make changes. |
| node_validate | modules/node/node.module | Perform validation checks on the given node. |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.module | Menu callback; display a list of user information. |
| tracker_track_user | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| user_delete | modules/user/user.module | Delete a user. |
| user_load | modules/user/user.module | Fetch a user object. |
| user_menu | modules/user/user.module | Implementation of hook_menu(). |
| user_multiple_role_edit | modules/user/user.module | Callback function for admin mass adding/deleting a user role. |
| user_pass_reset | modules/user/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| user_save | modules/user/user.module | Save changes to a user account or add a new user. |
| user_user_operations_block | modules/user/user.module | Callback function for admin mass blocking users. |
| user_user_operations_unblock | modules/user/user.module | Callback function for admin mass unblocking users. |