Searched refs:XMLRPC_RequestSetRequestType (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/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 | 148 XMLRPC_RequestSetRequestType(request, xmlrpc_request_call); in xml_element_to_XMLRPC_REQUEST_worker() 153 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 | 324 XMLRPC_RequestSetRequestType(request, rtype); in xml_element_to_SOAP_REQUEST_worker()
|
H A D | xmlrpc.c | 416 XMLRPC_REQUEST_TYPE XMLRPC_RequestSetRequestType (XMLRPC_REQUEST request, in XMLRPC_RequestSetRequestType() function
|
/PHP-7.2/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 692 XMLRPC_RequestSetRequestType(xRequest, xmlrpc_request_response); in PHP_FUNCTION() 695 XMLRPC_RequestSetRequestType(xRequest, xmlrpc_request_call); in PHP_FUNCTION() 1105 XMLRPC_RequestSetRequestType(xResponse, xmlrpc_request_response); in PHP_FUNCTION()
|
Completed in 24 milliseconds