Searched refs:XMLRPC_RequestSetRequestType (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | system_methods.c | 332 XMLRPC_RequestSetRequestType(request, xmlrpc_request_call); in xsm_system_multicall_cb()
|
H A D | xml_to_dandarpc.c | 137 XMLRPC_RequestSetRequestType(request, xmlrpc_request_call); in xml_element_to_DANDARPC_REQUEST_worker() 142 XMLRPC_RequestSetRequestType(request, xmlrpc_request_response); in xml_element_to_DANDARPC_REQUEST_worker()
|
H A D | xml_to_xmlrpc.c | 146 XMLRPC_RequestSetRequestType(request, xmlrpc_request_call); in xml_element_to_XMLRPC_REQUEST_worker() 151 XMLRPC_RequestSetRequestType(request, xmlrpc_request_response); in xml_element_to_XMLRPC_REQUEST_worker()
|
H A D | xmlrpc.h | 388 XMLRPC_REQUEST_TYPE XMLRPC_RequestSetRequestType(XMLRPC_REQUEST request, XMLRPC_REQUEST_TYPE type);
|
H A D | xml_to_soap.c | 322 XMLRPC_RequestSetRequestType(request, rtype); in xml_element_to_SOAP_REQUEST_worker()
|
H A D | xmlrpc.c | 413 XMLRPC_REQUEST_TYPE XMLRPC_RequestSetRequestType (XMLRPC_REQUEST request, in XMLRPC_RequestSetRequestType() function
|
/PHP-7.4/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 690 XMLRPC_RequestSetRequestType(xRequest, xmlrpc_request_response); in PHP_FUNCTION() 693 XMLRPC_RequestSetRequestType(xRequest, xmlrpc_request_call); in PHP_FUNCTION() 1100 XMLRPC_RequestSetRequestType(xResponse, xmlrpc_request_response); in PHP_FUNCTION()
|
Completed in 60 milliseconds