Home
last modified time | relevance | path

Searched defs:_xmlrpc_value (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h88 typedef struct _xmlrpc_value { struct
89 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 6 milliseconds