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