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