Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_CHECKRESERVEDLOCK (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsandboxed_vfs_file.cc412 return SQLITE_IOERR_CHECKRESERVEDLOCK; in CheckReservedLock()
430 return SQLITE_IOERR_CHECKRESERVEDLOCK; in CheckReservedLock()
H A Dsqlite_statement.cc58 case SQLITE_IOERR_CHECKRESERVEDLOCK: in restrictError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dsandboxed_vfs_file.cc414 return SQLITE_IOERR_CHECKRESERVEDLOCK; in CheckReservedLock()
432 return SQLITE_IOERR_CHECKRESERVEDLOCK; in CheckReservedLock()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs213 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs212 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqlitebasestatement.cpp398 case SQLITE_IOERR_CHECKRESERVEDLOCK: in checkForStepError()
468 case SQLITE_IOERR_CHECKRESERVEDLOCK: in checkForPrepareError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsqlite_statement.cc60 case SQLITE_IOERR_CHECKRESERVEDLOCK: in restrictError()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs242 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs245 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs242 super::SQLITE_IOERR_CHECKRESERVEDLOCK => "I/O error within then xCheckReservedLock method", in code_to_str()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dconstants.inc538 SQLITE_IOERR_CHECKRESERVEDLOCK = SQLITE_IOERR_CHECKRESERVEDLOCK
562 SQLITE_IOERR_CHECKRESERVEDLOCK = 14
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_unix.c630 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){ in sqliteErrorFromPosixError()
1187 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in unixCheckReservedLock()
1207 rc = SQLITE_IOERR_CHECKRESERVEDLOCK; in unixCheckReservedLock()
1872 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in dotlockCheckReservedLock()
2065 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in flockCheckReservedLock()
2255 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in semCheckReservedLock()
2272 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_CHECKRESERVEDLOCK); in semCheckReservedLock()
2499 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in afpCheckReservedLock()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_unix.c806 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ); in sqliteErrorFromPosixError()
1403 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in unixCheckReservedLock()
1424 rc = SQLITE_IOERR_CHECKRESERVEDLOCK; in unixCheckReservedLock()
2086 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in dotlockCheckReservedLock()
2266 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in flockCheckReservedLock()
2453 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in semXCheckReservedLock()
2469 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_CHECKRESERVEDLOCK); in semXCheckReservedLock()
2696 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in afpCheckReservedLock()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_unix.c867 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ); in sqliteErrorFromPosixError()
1512 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in unixCheckReservedLock()
1533 rc = SQLITE_IOERR_CHECKRESERVEDLOCK; in unixCheckReservedLock()
2244 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in dotlockCheckReservedLock()
2424 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in flockCheckReservedLock()
2611 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in semXCheckReservedLock()
2627 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_CHECKRESERVEDLOCK); in semXCheckReservedLock()
2855 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in afpCheckReservedLock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_unix.c866 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ); in sqliteErrorFromPosixError()
1511 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in unixCheckReservedLock()
1532 rc = SQLITE_IOERR_CHECKRESERVEDLOCK; in unixCheckReservedLock()
2238 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in dotlockCheckReservedLock()
2418 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in flockCheckReservedLock()
2605 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in semXCheckReservedLock()
2621 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_CHECKRESERVEDLOCK); in semXCheckReservedLock()
2849 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in afpCheckReservedLock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_unix.c867 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ); in sqliteErrorFromPosixError()
1512 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in unixCheckReservedLock()
1533 rc = SQLITE_IOERR_CHECKRESERVEDLOCK; in unixCheckReservedLock()
2244 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in dotlockCheckReservedLock()
2424 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in flockCheckReservedLock()
2611 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in semXCheckReservedLock()
2627 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_CHECKRESERVEDLOCK); in semXCheckReservedLock()
2855 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; ); in afpCheckReservedLock()
/dports/lang/python311/Python-3.11.0a3/Modules/_sqlite/
H A Dmodule.c347 DECLARE_ERROR_CODE(SQLITE_IOERR_CHECKRESERVEDLOCK),
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h381 #define SQLITE_IOERR_CHECKRESERVEDLOCK (SQLITE_IOERR | (14<<8)) macro

12345678910>>...18