Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_MMAP (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs134 const SQLITE_IOERR_MMAP: c_int = (super::SQLITE_IOERR | (24 << 8)); const
223SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs133 const SQLITE_IOERR_MMAP: c_int = (super::SQLITE_IOERR | (24 << 8)); const
222SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
252SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
255SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs139 const SQLITE_IOERR_MMAP: c_int = super::SQLITE_IOERR | (24 << 8); const
252SQLITE_IOERR_MMAP => "I/O error while trying to map or unmap part of the database fil… in code_to_str()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqlitebasestatement.cpp411 case SQLITE_IOERR_MMAP: in checkForStepError()
481 case SQLITE_IOERR_MMAP: in checkForPrepareError()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dconstants.inc805 SQLITE_IOERR_MMAP = SQLITE_IOERR_MMAP
818 SQLITE_IOERR_MMAP = 1
/dports/lang/python311/Python-3.11.0a3/Modules/_sqlite/
H A Dmodule.c384 DECLARE_ERROR_CODE(SQLITE_IOERR_MMAP),
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_win.c3004 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4265 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4277 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4354 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
4372 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_win.c3052 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4367 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4378 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4455 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
4473 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_win.c3052 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4366 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4377 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4454 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
4472 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_win.c3052 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4367 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4378 return winLogError(SQLITE_IOERR_MMAP, pFile->lastErrno,
4455 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
4473 rc = winLogError(SQLITE_IOERR_MMAP, pFd->lastErrno,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Dsqlitedataset.cpp92 X(SQLITE_IOERR_MMAP),
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.h480 #define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8)) macro
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.h480 #define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8)) macro
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.h480 #define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8)) macro
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h471 #define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8)) macro
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A Dsqlite3.h471 #define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8)) macro

12345678910>>...15