Home
last modified time | relevance | path

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

/plugin/bugzillaxmlrpc/
H A Dsyntax.php73 $request = xmlrpc_encode_request('User.login', $this->xml_data);
100 $request = xmlrpc_encode_request("Bug.get", $this->xml_data);
135 $request = xmlrpc_encode_request("Product.get", $this->xml_data);
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php348 'content' => $this->xmlrpc_encode_request($method, $params)
376 protected function xmlrpc_encode_request($method, $params) { function in helper_plugin_bugzillaint_bugzillaclient