Searched defs:SQLITE_IOERR (Results 1 – 16 of 16) sorted by relevance
27 public static final int SQLITE_IOERR = 10; /* Some kind of disk I/O error occurred */ field in Constants
16 pub const SQLITE_IOERR: i32 = 10; constant
18 pub const SQLITE_IOERR: i32 = 10; constant
455 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro
765 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro
768 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro
432 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro
17 pub const SQLITE_IOERR: i32 = 10; constant
1495 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro