Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_UNLOCK (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/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.cc366 return SQLITE_IOERR_UNLOCK; in Unlock()
375 return SQLITE_IOERR_UNLOCK; in Unlock()
393 return SQLITE_IOERR_UNLOCK; in Unlock()
H A Dsqlite_statement.cc52 case SQLITE_IOERR_UNLOCK: in restrictError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dsandboxed_vfs_file.cc368 return SQLITE_IOERR_UNLOCK; in Unlock()
377 return SQLITE_IOERR_UNLOCK; in Unlock()
395 return SQLITE_IOERR_UNLOCK; in Unlock()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs207 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs206 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqlitebasestatement.cpp423 case SQLITE_IOERR_UNLOCK: in checkForStepError()
493 case SQLITE_IOERR_UNLOCK: in checkForPrepareError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsqlite_statement.cc54 case SQLITE_IOERR_UNLOCK: in restrictError()
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dbackup_ioerr.test220 if { $rc != "SQLITE_IOERR_UNLOCK" } {
231 } {SQLITE_IOERR_UNLOCK}
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dbackup_ioerr.test220 if { $rc != "SQLITE_IOERR_UNLOCK" } {
231 } {SQLITE_IOERR_UNLOCK}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dbackup_ioerr.test220 if { $rc != "SQLITE_IOERR_UNLOCK" } {
231 } {SQLITE_IOERR_UNLOCK}
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dbackup_ioerr.test220 if { $rc != "SQLITE_IOERR_UNLOCK" } {
231 } {SQLITE_IOERR_UNLOCK}
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs236 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs239 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs236 super::SQLITE_IOERR_UNLOCK => "I/O error within xUnlock of a VFS object", in code_to_str()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_unix.c628 (sqliteIOErr == SQLITE_IOERR_UNLOCK) || in sqliteErrorFromPosixError()
1438 rc = SQLITE_IOERR_UNLOCK; in unixLock()
1609 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1633 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1666 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1687 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1996 rc = SQLITE_IOERR_UNLOCK; in dotlockUnlock()
2084 lrc = SQLITE_IOERR_UNLOCK; in flockCheckReservedLock()
2210 return SQLITE_IOERR_UNLOCK; in flockUnlock()
2376 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK); in semUnlock()
[all …]
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dconstants.inc532 SQLITE_IOERR_UNLOCK = SQLITE_IOERR_UNLOCK
556 SQLITE_IOERR_UNLOCK = 8
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_unix.c804 (sqliteIOErr == SQLITE_IOERR_UNLOCK) || in sqliteErrorFromPosixError()
1655 rc = SQLITE_IOERR_UNLOCK; in unixLock()
1815 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1837 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1868 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1886 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
2203 rc = SQLITE_IOERR_UNLOCK; in dotlockUnlock()
2285 lrc = SQLITE_IOERR_UNLOCK; in flockCheckReservedLock()
2409 return SQLITE_IOERR_UNLOCK; in flockUnlock()
2572 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK); in semXUnlock()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_unix.c865 (sqliteIOErr == SQLITE_IOERR_UNLOCK) || in sqliteErrorFromPosixError()
1805 rc = SQLITE_IOERR_UNLOCK; in unixLock()
1966 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
1988 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
2019 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
2037 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
2361 rc = SQLITE_IOERR_UNLOCK; in dotlockUnlock()
2443 lrc = SQLITE_IOERR_UNLOCK; in flockCheckReservedLock()
2567 return SQLITE_IOERR_UNLOCK; in flockUnlock()
2730 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK); in semXUnlock()
[all …]

12345678910>>...19