Searched refs:SQLITE_IOERR_SHMSIZE (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/libsqlite3-sys/src/ |
D | error.rs | 134 const SQLITE_IOERR_SHMSIZE: c_int = super::SQLITE_IOERR | (19 << 8); constant 250 …SQLITE_IOERR_SHMSIZE => "I/O error within the xShmMap method (trying to resize an existi… in code_to_str()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.h | 493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
|
D | bindgen_bundled_version.rs | 59 pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; constant
|
D | sqlite3.c | 1556 #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/ |
D | sqlite3.h | 493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
|
D | sqlite3.c | 1532 #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/ |
D | sqlite3.h | 493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
|
D | sqlite3.c | 1532 #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/ |
D | bindgen_3.7.16.rs | 55 pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; constant
|
D | bindgen_3.7.7.rs | 55 pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; constant
|