Searched defs:SQLITE_INTERRUPT (Results 1 – 12 of 12) sorted by relevance
26 public static final int SQLITE_INTERRUPT = 9; /* Operation terminated by sqlite3_interrupt()*/ field in Constants
15 pub const SQLITE_INTERRUPT: i32 = 9; constant
17 pub const SQLITE_INTERRUPT: i32 = 9; constant
431 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
16 pub const SQLITE_INTERRUPT: i32 = 9; constant
1494 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
760 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro