| blogapi_blogger_new_post | modules/blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blogapi_blogger_title | modules/blogapi/blogapi.module | For the blogger API, extract the node title from the contents field. |
| blogapi_error | modules/blogapi/blogapi.module | Prepare an error message for returning to the XMLRPC caller. |
| blogapi_validate_user | modules/blogapi/blogapi.module | Ensure that the given user has permission to edit a blog. |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| form_get_errors | includes/form.inc | Return an associative array of all errors. |
| l | includes/common.inc | Format an internal Drupal link. |
| node_access | modules/node/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_invoke_nodeapi | modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_save | modules/node/node.module | Save a node object into the database. |
| 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. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| watchdog | includes/bootstrap.inc | Log a system message. |
| _blogapi_mt_extra | modules/blogapi/blogapi.module | Handles extra information sent by clients according to MovableType's spec. |
| _blogapi_validate_blogid | modules/blogapi/blogapi.module | Validate blog ID, which maps to a content type in Drupal. |