Lines Matching defs:sqlite3_value
4854 typedef struct sqlite3_value sqlite3_value; typedef
23160 struct sqlite3_value { struct
23161 union MemValue {
23167 } u;
23168 char *z; /* String or BLOB value */
23169 int n; /* Number of characters in string value, excluding '\0' */
23170 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
23171 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
23172 u8 eSubtype; /* Subtype for this value */
23174 sqlite3 *db; /* The associated database connection */
23175 int szMalloc; /* Size of the zMalloc allocation */
23176 u32 uTemp; /* Transient storage for serial_type in OP_MakeRecord */
23177 char *zMalloc; /* Space to hold MEM_Str or MEM_Blob if szMalloc>0 */
23201 ** sqlite3_value_pointer(). argument