Home
last modified time | relevance | path

Searched refs:xmlrpc_decode (Results 1 – 2 of 2) sorted by relevance

/plugin/bugzillaxmlrpc/
H A Dsyntax.php79 $response = xmlrpc_decode($server_output);
107 $response = xmlrpc_decode($server_output);
142 $response = xmlrpc_decode($server_output);
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php357 $result = $this->xmlrpc_decode( $response );
410 protected function xmlrpc_decode($text) { function in helper_plugin_bugzillaint_bugzillaclient