Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_LOCK (Results 1 – 25 of 442) 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.cc288 return SQLITE_IOERR_LOCK; in Lock()
344 return SQLITE_IOERR_LOCK; in Lock()
352 return SQLITE_IOERR_LOCK; in Lock()
H A Dsqlite_statement.cc59 case SQLITE_IOERR_LOCK: in restrictError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dsandboxed_vfs_file.cc290 return SQLITE_IOERR_LOCK; in Lock()
346 return SQLITE_IOERR_LOCK; in Lock()
354 return SQLITE_IOERR_LOCK; in Lock()
/dports/lang/racket/racket-8.3/collects/db/private/sqlite3/
H A Dffi-constants.rkt37 (define SQLITE_IOERR_LOCK (bitwise-ior SQLITE_IOERR (arithmetic-shift 15 8))) function
/dports/lang/racket-minimal/racket-8.3/collects/db/private/sqlite3/
H A Dffi-constants.rkt37 (define SQLITE_IOERR_LOCK (bitwise-ior SQLITE_IOERR (arithmetic-shift 15 8))) function
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_unix.c627 if( (sqliteIOErr == SQLITE_IOERR_LOCK) || in sqliteErrorFromPosixError()
1406 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1428 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1474 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1945 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in dotlockLock()
2094 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockCheckReservedLock()
2160 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockLock()
2711 SQLITE_IOERR_LOCK; in afpLock()
5615 return SQLITE_IOERR_LOCK; in proxyGetLockPath()
5899 return SQLITE_IOERR_LOCK; in proxyConchLock()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs214 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs213 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_unix.c864 assert( (sqliteIOErr == SQLITE_IOERR_LOCK) || in sqliteErrorFromPosixError()
1773 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1795 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1841 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
2308 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in dotlockLock()
2517 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockLock()
3066 SQLITE_IOERR_LOCK; in afpLock()
4481 rc = SQLITE_IOERR_LOCK; in unixLockSharedMemory()
6938 return SQLITE_IOERR_LOCK; in proxyGetLockPath()
7224 return SQLITE_IOERR_LOCK; in proxyConchLock()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_unix.c863 assert( (sqliteIOErr == SQLITE_IOERR_LOCK) || in sqliteErrorFromPosixError()
1768 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1790 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1836 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
2302 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in dotlockLock()
2511 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockLock()
3060 SQLITE_IOERR_LOCK; in afpLock()
4448 rc = SQLITE_IOERR_LOCK; in unixLockSharedMemory()
6796 return SQLITE_IOERR_LOCK; in proxyGetLockPath()
7082 return SQLITE_IOERR_LOCK; in proxyConchLock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_unix.c864 assert( (sqliteIOErr == SQLITE_IOERR_LOCK) || in sqliteErrorFromPosixError()
1773 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1795 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1841 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
2308 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in dotlockLock()
2517 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockLock()
3066 SQLITE_IOERR_LOCK; in afpLock()
4481 rc = SQLITE_IOERR_LOCK; in unixLockSharedMemory()
6937 return SQLITE_IOERR_LOCK; in proxyGetLockPath()
7223 return SQLITE_IOERR_LOCK; in proxyConchLock()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqlitebasestatement.cpp410 case SQLITE_IOERR_LOCK: in checkForStepError()
480 case SQLITE_IOERR_LOCK: in checkForPrepareError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsqlite_statement.cc61 case SQLITE_IOERR_LOCK: in restrictError()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_unix.c803 assert( (sqliteIOErr == SQLITE_IOERR_LOCK) || in sqliteErrorFromPosixError()
1623 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1645 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
1691 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in unixLock()
2150 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in dotlockLock()
2293 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockCheckReservedLock()
2359 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK); in flockLock()
2908 SQLITE_IOERR_LOCK; in afpLock()
6515 return SQLITE_IOERR_LOCK; in proxyGetLockPath()
6801 return SQLITE_IOERR_LOCK; in proxyConchLock()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs243 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs246 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs243 super::SQLITE_IOERR_LOCK => "I/O error in the advisory file locking layer", in code_to_str()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dconstants.inc501 SQLITE_IOERR_LOCK = SQLITE_IOERR_LOCK
512 SQLITE_IOERR_LOCK = 1

12345678910>>...18