Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c131 XMLRPC_AddValueToVector(xResponse, xTypeList); in xi_system_describe_methods_cb()
132 XMLRPC_AddValueToVector(xResponse, xMethodList); in xi_system_describe_methods_cb()
166 return xResponse; in xi_system_describe_methods_cb()
177 XMLRPC_VectorAppendString(xResponse, 0, sm->name, 0); in xi_system_list_methods_cb()
181 return xResponse; in xi_system_list_methods_cb()
189 XMLRPC_VALUE xResponse = NULL; in xi_system_method_signature_cb() local
202 xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_array); in xi_system_method_signature_cb()
233 XMLRPC_AddValueToVector(xResponse, xTypesArray); in xi_system_method_signature_cb()
240 return xResponse; in xi_system_method_signature_cb()
248 XMLRPC_VALUE xResponse = NULL; in xi_system_method_help_cb() local
[all …]
H A Dxmlrpc.c743 XMLRPC_VALUE xResponse = NULL; in XMLRPC_VALUE_FromXML() local
747 xResponse = req->io; in XMLRPC_VALUE_FromXML()
750 return xResponse; in XMLRPC_VALUE_FromXML()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1091 XMLRPC_REQUEST xResponse = XMLRPC_RequestNew(); in PHP_FUNCTION() local
1092 if (xResponse) { in PHP_FUNCTION()
1104 XMLRPC_RequestSetOutputOptions(xResponse, &out.xmlrpc_out); in PHP_FUNCTION()
1105 XMLRPC_RequestSetRequestType(xResponse, xmlrpc_request_response); in PHP_FUNCTION()
1106 XMLRPC_RequestSetData(xResponse, xAnswer); in PHP_FUNCTION()
1107 XMLRPC_RequestSetMethodName(xResponse, methodname); in PHP_FUNCTION()
1110 outBuf = XMLRPC_REQUEST_ToXML(xResponse, &buf_len); in PHP_FUNCTION()
1120 XMLRPC_RequestFree(xResponse, 0); in PHP_FUNCTION()

Completed in 21 milliseconds