Searched refs:XMLRPC_GetValueString (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 143 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 D | xmlrpc.h | 357 const char* XMLRPC_GetValueString(XMLRPC_VALUE value); 437 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID(…
|
H A D | xml_to_dandarpc.c | 205 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
|
H A D | xml_to_xmlrpc.c | 217 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
|
H A D | xml_to_soap.c | 501 simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
|
H A D | xmlrpc.c | 1920 const char* XMLRPC_GetValueString(XMLRPC_VALUE value) { in XMLRPC_GetValueString() function
|
/PHP-7.0/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 623 pStr = XMLRPC_GetValueString(el); in XMLRPC_to_PHP()
|
Completed in 26 milliseconds