Searched defs:_xmlrpc_value (Results 1 – 1 of 1) sorted by relevance
88 typedef struct _xmlrpc_value { struct89 XMLRPC_VALUE_TYPE type; /* data type of this value */90 XMLRPC_VECTOR v; /* vector type specific info */91 simplestring str; /* string value buffer */92 simplestring id; /* id of this value. possibly empty. */93 int i; /* integer value. */94 double d; /* double value */95 int iRefCount; /* So we know when we can delete the value . */
Completed in 7 milliseconds