XMLRPC_GetValueInt 209 xmlrpc/libxmlrpc/xml_to_dandarpc.c snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueInt(node)); XMLRPC_GetValueInt 200 xmlrpc/libxmlrpc/xml_to_soap.c switch (XMLRPC_GetValueInt(xCode)) { XMLRPC_GetValueInt 505 xmlrpc/libxmlrpc/xml_to_soap.c snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueInt(node)); XMLRPC_GetValueInt 221 xmlrpc/libxmlrpc/xml_to_xmlrpc.c snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueInt(node)); XMLRPC_GetValueInt 359 xmlrpc/libxmlrpc/xmlrpc.h int XMLRPC_GetValueInt(XMLRPC_VALUE value); XMLRPC_GetValueInt 441 xmlrpc/libxmlrpc/xmlrpc.h #define XMLRPC_VectorGetIntWithID(vector, id) XMLRPC_GetValueInt(XMLRPC_VectorGetValueWithID(vector, id)) XMLRPC_GetValueInt 653 xmlrpc/xmlrpc-epi-php.c Z_LVAL_P(elem) = XMLRPC_GetValueInt(el);