Searched defs:Mem (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h115 struct Mem { struct
123 typedef struct Mem Mem; typedef in typeref:struct:Mem
126 ** Allowed values for Mem.flags
132 #define MEM_Dyn 0x0010 /* Need to call sqliteFree() on Mem.z */
133 #define MEM_Static 0x0020 /* Mem.z points to a static string */
134 #define MEM_Ephem 0x0040 /* Mem.z points to an ephemeral string */
135 #define MEM_Short 0x0080 /* Mem.z points to Mem.zShort */
141 #define MEM_AggCtx 0x0100 /* Mem
[all...]

Completed in 15 milliseconds