Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h362 double XMLRPC_GetValueDouble(XMLRPC_VALUE value);
441 #define XMLRPC_VectorGetDoubleWithID(vector, id) XMLRPC_GetValueDouble(XMLRPC_VectorGetValueWithID(…
H A Dxml_to_dandarpc.c216 snprintf(buf, BUF_SIZE, "%f", XMLRPC_GetValueDouble(node)); in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c227 … ap_php_snprintf(buf, BUF_SIZE, "%.*G", (int) EG(precision), XMLRPC_GetValueDouble(node)); in XMLRPC_to_xml_element_worker()
H A Dxml_to_soap.c510 snprintf(buf, BUF_SIZE, "%f", XMLRPC_GetValueDouble(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.c2009 double XMLRPC_GetValueDouble(XMLRPC_VALUE value) { in XMLRPC_GetValueDouble() function
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c633 ZVAL_DOUBLE(elem, XMLRPC_GetValueDouble(el)); in XMLRPC_to_PHP()

Completed in 41 milliseconds