Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_SHMSIZE (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/libsqlite3-sys/src/
Derror.rs134 const SQLITE_IOERR_SHMSIZE: c_int = super::SQLITE_IOERR | (19 << 8); constant
250SQLITE_IOERR_SHMSIZE => "I/O error within the xShmMap method (trying to resize an existi… in code_to_str()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
Dbindgen_bundled_version.rs59 pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; constant
Dsqlite3.c1556 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
38595 rc = SQLITE_IOERR_SHMSIZE;
38624 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
46352 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
46367 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
165550 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;
/external/sqlite/dist/
Dsqlite3.h493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
Dsqlite3.c1532 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
38190 rc = SQLITE_IOERR_SHMSIZE;
38219 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
45857 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
45872 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
161792 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;
/external/sqlite/dist/orig/
Dsqlite3.h493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
Dsqlite3.c1532 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
38174 rc = SQLITE_IOERR_SHMSIZE;
38203 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
45841 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
45856 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
161776 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.16.rs55 pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; constant
Dbindgen_3.7.7.rs55 pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; constant