| blogapi_error | modules/blogapi/blogapi.module | Prepare an error message for returning to the XMLRPC caller. |
| xmlrpc_clear_error | includes/xmlrpc.inc | Clears any previous error. |
| xmlrpc_errno | includes/xmlrpc.inc | Returns the last XML-RPC client error number |
| xmlrpc_error_msg | includes/xmlrpc.inc | Returns the last XML-RPC client error message |
| xmlrpc_server_call | includes/xmlrpcs.inc | Dispatch the request and any parameters to the appropriate handler. |
| xmlrpc_server_error | includes/xmlrpcs.inc | Throw an XML-RPC error. |
| xmlrpc_server_method_signature | includes/xmlrpcs.inc | XML-RPC method system.methodSignature maps to this function. |
| _xmlrpc | includes/xmlrpc.inc | Execute an XML remote procedural call. This is private function; call xmlrpc()
in common.inc instead of this function. |