Searched refs:XMLRPC_GetValueStringLen (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_dandarpc.c | 202 … 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 D | xml_to_xmlrpc.c | 212 … 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 D | xml_to_soap.c | 496 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 D | xmlrpc.h | 359 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value);
|
H A D | xmlrpc.c | 1937 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value) { in XMLRPC_GetValueStringLen() function
|
/PHP-7.4/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 623 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 24 milliseconds