Searched refs:SQLITE_IOERR_SHMLOCK (Results 1 – 10 of 10) sorted by relevance
135 const SQLITE_IOERR_SHMLOCK: c_int = super::SQLITE_IOERR | (20 << 8); constant251 SQLITE_IOERR_SHMLOCK => "SQLITE_IOERR_SHMLOCK", // no longer used in code_to_str()
494 #define SQLITE_IOERR_SHMLOCK (SQLITE_IOERR | (20<<8)) macro
60 pub const SQLITE_IOERR_SHMLOCK: i32 = 5130; constant
1557 #define SQLITE_IOERR_SHMLOCK (SQLITE_IOERR | (20<<8)) macro165551 case SQLITE_IOERR_SHMLOCK: zName = "SQLITE_IOERR_SHMLOCK"; break;
1533 #define SQLITE_IOERR_SHMLOCK (SQLITE_IOERR | (20<<8)) macro161793 case SQLITE_IOERR_SHMLOCK: zName = "SQLITE_IOERR_SHMLOCK"; break;
1533 #define SQLITE_IOERR_SHMLOCK (SQLITE_IOERR | (20<<8)) macro161777 case SQLITE_IOERR_SHMLOCK: zName = "SQLITE_IOERR_SHMLOCK"; break;
56 pub const SQLITE_IOERR_SHMLOCK: i32 = 5130; constant