Home
last modified time | relevance | path

Searched refs:XMLRPC_GetValueStringLen (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c202 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
227 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(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()
239 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(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()
527 base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.h359 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value);
H A Dxmlrpc.c1937 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value) { in XMLRPC_GetValueStringLen() function
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c623 ZVAL_STRINGL(elem, pStr, XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()
636 ZVAL_STRINGL(elem, XMLRPC_GetValueDateTime_ISO8601(el), XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()
641 ZVAL_STRINGL(elem, pStr, XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()

Completed in 33 milliseconds