Searched refs:XMLRPC_REQUEST_FromXML (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.h | 373 XMLRPC_REQUEST XMLRPC_REQUEST_FromXML(const char* in_buf, int len, XMLRPC_REQUEST_INPUT_OPTIONS in_…
|
H A D | xmlrpc.c | 747 XMLRPC_REQUEST req = XMLRPC_REQUEST_FromXML(in_buf, len, in_options); in XMLRPC_VALUE_FromXML() 804 XMLRPC_REQUEST XMLRPC_REQUEST_FromXML (const char *in_buf, int len, in XMLRPC_REQUEST_FromXML() function
|
/PHP-7.0/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 755 response = XMLRPC_REQUEST_FromXML(xml_in, xml_in_len, &opts); in decode_request_worker() 1055 xRequest = XMLRPC_REQUEST_FromXML(rawxml, rawxml_len, &input_opts); in PHP_FUNCTION()
|
Completed in 22 milliseconds