XMLRPC_CreateValueInt 329 ext/xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_VALUE XMLRPC_CreateValueInt(const char* id, int i); XMLRPC_CreateValueInt 432 ext/xmlrpc/libxmlrpc/xmlrpc.h #define XMLRPC_VectorAppendInt(vector, id, i) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValueInt(id, i)) XMLRPC_CreateValueInt 548 ext/xmlrpc/xmlrpc-epi-php.c xReturn = XMLRPC_CreateValueInt(key, Z_LVAL_P(val));