Lines Matching refs:u8
77 u8 eCurType; /* One of the CURTYPE_* values above */
79 u8 nullRow; /* True if pointing to a row with no data */
80 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
81 u8 isTable; /* True for rowid tables. False for indexes */
83 u8 seekOp; /* Most recent seek operation on this cursor */
84 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */
124 const u8 *aRow; /* Data for the current row, if all on one page */
177 u8 *aOnce; /* Bitmask used by OP_Once */
201 #define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
219 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
220 u8 eSubtype; /* Subtype for this value */
377 u8 enc; /* Encoding to use for results */
378 u8 skipFlag; /* Skip accumulator loading if true */
379 u8 argc; /* Number of arguments */
460 u8 errorAction; /* Recovery action to do in case of an error */
461 u8 minWriteFileFormat; /* Minimum file format for writable database files */
462 u8 prepFlags; /* SQLITE_PREPARE_* flags */
463 u8 eVdbeState; /* On of the VDBE_*_STATE values */
508 u8 *aRecord; /* old.* database record */
543 extern const u8 sqlite3SmallTypeSizes[];
557 u8 sqlite3VdbeOneByteSerialTypeLen(u8);
588 int sqlite3VdbeMemSetStr(Mem*, const char*, i64, u8, void(*)(void*));
608 int sqlite3VdbeMemStringify(Mem*, u8, u8);
617 int sqlite3VdbeMemCast(Mem*,u8,u8);
689 int sqlite3VdbeMemTranslate(Mem*, u8);