Searched refs:xResponse (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 134 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 D | xmlrpc.c | 742 XMLRPC_VALUE xResponse = NULL; in XMLRPC_VALUE_FromXML() local 746 xResponse = req->io; in XMLRPC_VALUE_FromXML() 749 return xResponse; in XMLRPC_VALUE_FromXML()
|
/PHP-5.4/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1150 XMLRPC_REQUEST xResponse = XMLRPC_RequestNew(); in PHP_FUNCTION() local 1151 if (xResponse) { in PHP_FUNCTION() 1163 XMLRPC_RequestSetOutputOptions(xResponse, &out.xmlrpc_out); in PHP_FUNCTION() 1164 XMLRPC_RequestSetRequestType(xResponse, xmlrpc_request_response); in PHP_FUNCTION() 1165 XMLRPC_RequestSetData(xResponse, xAnswer); in PHP_FUNCTION() 1166 XMLRPC_RequestSetMethodName(xResponse, methodname); in PHP_FUNCTION() 1169 outBuf = XMLRPC_REQUEST_ToXML(xResponse, &buf_len); in PHP_FUNCTION() 1175 XMLRPC_RequestFree(xResponse, 0); in PHP_FUNCTION()
|
Completed in 18 milliseconds