Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c205 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
230 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(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()
245 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(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()
532 base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.h358 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value);
H A Dxmlrpc.c1943 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value) { in XMLRPC_GetValueStringLen() function
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c656 Z_STRLEN_P(elem) = XMLRPC_GetValueStringLen(el); in XMLRPC_to_PHP()
674 Z_STRLEN_P(elem) = XMLRPC_GetValueStringLen(el); in XMLRPC_to_PHP()
681 Z_STRLEN_P(elem) = XMLRPC_GetValueStringLen(el); in XMLRPC_to_PHP()

Completed in 23 milliseconds