You are here

10 calls to xmlrpc_error() in xmlrpc 8

xmlrpc_clear_error in ./xmlrpc.inc
Clears any previously-saved errors.
xmlrpc_errno in ./xmlrpc.inc
Returns the last XML-RPC client error number.
xmlrpc_error_msg in ./xmlrpc.inc
Returns the last XML-RPC client error message.
xmlrpc_server_call in ./xmlrpc.server.inc
Dispatches an XML-RPC request and any parameters to the appropriate handler.
xmlrpc_server_error in ./xmlrpc.server.inc
Throws an XML-RPC error.
xmlrpc_server_method_signature in ./xmlrpc.server.inc
Returns one method signature for a function.
xmlrpc_server_multicall in ./xmlrpc.server.inc
Dispatches multiple XML-RPC requests.
_xmlrpc in ./xmlrpc.inc
Performs one or more XML-RPC requests.
_xmlrpc_example_server_add in xmlrpc_example/xmlrpc_example.module
This is the callback for the xmlrpc_example.add method.
_xmlrpc_example_server_subtract in xmlrpc_example/xmlrpc_example.module
This is the callback for the xmlrpc_example.subtract xmlrpc method.