Searched defs:SQLITE_IOERR_RDLOCK (Results 1 – 11 of 11) sorted by relevance
43 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
45 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
483 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
49 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
1531 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
1522 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro