Home
last modified time | relevance | path

Searched refs:XMLRPC_GetValueString (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c140 describe_method(server, xMethodList, XMLRPC_GetValueString(xParams)); in xi_system_describe_methods_cb()
147 describe_method(server, xMethodList, XMLRPC_GetValueString(xIter)); in xi_system_describe_methods_cb()
188 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb()
247 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb()
H A Dxmlrpc.h358 const char* XMLRPC_GetValueString(XMLRPC_VALUE value);
438 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID(…
H A Dxml_to_dandarpc.c202 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c212 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
H A Dxml_to_soap.c496 simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.c1914 const char* XMLRPC_GetValueString(XMLRPC_VALUE value) { in XMLRPC_GetValueString() function
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c621 pStr = XMLRPC_GetValueString(el); in XMLRPC_to_PHP()

Completed in 35 milliseconds