Home
last modified time | relevance | path

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

/PHP-7.4/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.c740 XMLRPC_VALUE xResponse = NULL; in XMLRPC_VALUE_FromXML() local
744 xResponse = req->io; in XMLRPC_VALUE_FromXML()
747 return xResponse; in XMLRPC_VALUE_FromXML()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1086 XMLRPC_REQUEST xResponse = XMLRPC_RequestNew(); in PHP_FUNCTION() local
1087 if (xResponse) { in PHP_FUNCTION()
1099 XMLRPC_RequestSetOutputOptions(xResponse, &out.xmlrpc_out); in PHP_FUNCTION()
1100 XMLRPC_RequestSetRequestType(xResponse, xmlrpc_request_response); in PHP_FUNCTION()
1101 XMLRPC_RequestSetData(xResponse, xAnswer); in PHP_FUNCTION()
1102 XMLRPC_RequestSetMethodName(xResponse, methodname); in PHP_FUNCTION()
1105 outBuf = XMLRPC_REQUEST_ToXML(xResponse, &buf_len); in PHP_FUNCTION()
1115 XMLRPC_RequestFree(xResponse, 0); in PHP_FUNCTION()

Completed in 16 milliseconds