Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c143 describe_method(server, xMethodList, XMLRPC_GetValueString(xParams)); in xi_system_describe_methods_cb()
150 describe_method(server, xMethodList, XMLRPC_GetValueString(xIter)); in xi_system_describe_methods_cb()
191 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb()
250 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb()
H A Dxmlrpc.h357 const char* XMLRPC_GetValueString(XMLRPC_VALUE value);
437 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID(…
H A Dxml_to_dandarpc.c205 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c217 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
H A Dxml_to_soap.c501 simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.c1920 const char* XMLRPC_GetValueString(XMLRPC_VALUE value) { in XMLRPC_GetValueString() function
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c654 pStr = XMLRPC_GetValueString(el); in XMLRPC_to_PHP()

Completed in 27 milliseconds