Home
last modified time | relevance | path

Searched refs:xResponse (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c134 XMLRPC_AddValueToVector(xResponse, xTypeList); in xi_system_describe_methods_cb()
135 XMLRPC_AddValueToVector(xResponse, xMethodList); in xi_system_describe_methods_cb()
169 return xResponse; in xi_system_describe_methods_cb()
180 XMLRPC_VectorAppendString(xResponse, 0, sm->name, 0); in xi_system_list_methods_cb()
184 return xResponse; in xi_system_list_methods_cb()
192 XMLRPC_VALUE xResponse = NULL; in xi_system_method_signature_cb() local
205 xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_array); in xi_system_method_signature_cb()
236 XMLRPC_AddValueToVector(xResponse, xTypesArray); in xi_system_method_signature_cb()
243 return xResponse; in xi_system_method_signature_cb()
251 XMLRPC_VALUE xResponse = NULL; in xi_system_method_help_cb() local
[all …]
H A Dxmlrpc.c746 XMLRPC_VALUE xResponse = NULL; in XMLRPC_VALUE_FromXML() local
750 xResponse = req->io; in XMLRPC_VALUE_FromXML()
753 return xResponse; in XMLRPC_VALUE_FromXML()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1159 XMLRPC_REQUEST xResponse = XMLRPC_RequestNew(); in PHP_FUNCTION() local
1160 if (xResponse) { in PHP_FUNCTION()
1172 XMLRPC_RequestSetOutputOptions(xResponse, &out.xmlrpc_out); in PHP_FUNCTION()
1173 XMLRPC_RequestSetRequestType(xResponse, xmlrpc_request_response); in PHP_FUNCTION()
1174 XMLRPC_RequestSetData(xResponse, xAnswer); in PHP_FUNCTION()
1175 XMLRPC_RequestSetMethodName(xResponse, methodname); in PHP_FUNCTION()
1178 outBuf = XMLRPC_REQUEST_ToXML(xResponse, &buf_len); in PHP_FUNCTION()
1184 XMLRPC_RequestFree(xResponse, 0); in PHP_FUNCTION()

Completed in 19 milliseconds