Searched defs:SQLITE_IOERR (Results 1 – 12 of 12) 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
432 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro
17 pub const SQLITE_IOERR: i32 = 10; constant
1480 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro
1471 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro