Searched refs:SQLITE_IOERR_RDLOCK (Results 1 – 12 of 12) sorted by relevance
240 …super::SQLITE_IOERR_RDLOCK => "I/O error within xLock of a VFS object (trying to obtain… in code_to_str()
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)) macro34413 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||35520 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);35550 rc = SQLITE_IOERR_RDLOCK;162468 case SQLITE_IOERR_RDLOCK: zName = "SQLITE_IOERR_RDLOCK"; break;
1522 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro34338 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||35451 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);35481 rc = SQLITE_IOERR_RDLOCK;161782 case SQLITE_IOERR_RDLOCK: zName = "SQLITE_IOERR_RDLOCK"; break;
1522 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro34328 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||35435 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);35465 rc = SQLITE_IOERR_RDLOCK;161766 case SQLITE_IOERR_RDLOCK: zName = "SQLITE_IOERR_RDLOCK"; break;
43 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
45 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant