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