Home
last modified time | relevance | path

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

/plugin/bugzillaxmlrpc/
H A Dsyntax.php108 if (xmlrpc_is_fault($response))
143 if (xmlrpc_is_fault($response))
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php360 if ( $this->xmlrpc_is_fault($result) ) {
405 protected function xmlrpc_is_fault($result) { function in helper_plugin_bugzillaint_bugzillaclient