Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_RDLOCK (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/libsqlite3-sys/src/
Derror.rs240 …super::SQLITE_IOERR_RDLOCK => "I/O error within xLock of a VFS object (trying to obtain… in code_to_str()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h483 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
Dbindgen_bundled_version.rs49 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
Dsqlite3.c1531 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
34413 (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;
/external/sqlite/dist/
Dsqlite3.h483 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
Dsqlite3.c1522 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
34338 (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;
/external/sqlite/dist/orig/
Dsqlite3.h483 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
Dsqlite3.c1522 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
34328 (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;
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs43 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
Dbindgen_3.6.23.rs45 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
Dbindgen_3.7.7.rs45 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant
Dbindgen_3.7.16.rs45 pub const SQLITE_IOERR_RDLOCK: i32 = 2314; constant