Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h361 double XMLRPC_GetValueDouble(XMLRPC_VALUE value);
440 #define XMLRPC_VectorGetDoubleWithID(vector, id) XMLRPC_GetValueDouble(XMLRPC_VectorGetValueWithID(…
H A Dxml_to_dandarpc.c219 snprintf(buf, BUF_SIZE, "%f", XMLRPC_GetValueDouble(node)); in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c233 … ap_php_snprintf(buf, BUF_SIZE, "%.*G", (int) EG(precision), XMLRPC_GetValueDouble(node)); in XMLRPC_to_xml_element_worker()
H A Dxml_to_soap.c515 snprintf(buf, BUF_SIZE, "%f", XMLRPC_GetValueDouble(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.c2015 double XMLRPC_GetValueDouble(XMLRPC_VALUE value) { in XMLRPC_GetValueDouble() function
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c670 Z_DVAL_P(elem) = XMLRPC_GetValueDouble(el); in XMLRPC_to_PHP()

Completed in 22 milliseconds