Lines Matching defs:HI
17169 #define HI(X) ((u64)(X)<<32)
17213 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */
17216 #define SQLITE_CorruptRdOnly HI(0x00002) /* Prohibit writes due to error */
17220 #define SQLITE_SqlTrace HI(0x0100000) /* Debug print SQL as it executes */
17221 #define SQLITE_VdbeListing HI(0x0200000) /* Debug listings of VDBE progs */
17222 #define SQLITE_VdbeTrace HI(0x0400000) /* True to trace VDBE execution */
17223 #define SQLITE_VdbeAddopTrace HI(0x0800000) /* Trace sqlite3VdbeAddOp() calls */
17224 #define SQLITE_VdbeEQP HI(0x1000000) /* Debug EXPLAIN QUERY PLAN */
17225 #define SQLITE_ParserTrace HI(0x2000000) /* PRAGMA parser_trace=ON */