Home
last modified time | relevance | path

Searched refs:sqlite3OsShmLock (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.h179 int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
H A Dos.c167 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
H A Dwal.c862 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walLockShared()
871 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walUnlockShared()
878 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walLockExclusive()
887 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walUnlockExclusive()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.h178 int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
H A Dtest_devsym.c241 return sqlite3OsShmLock(p->pReal, ofst, n, flags); in devsymShmLock()
H A Dos.c156 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
H A Dwal.c803 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walLockShared()
812 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walUnlockShared()
819 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walLockExclusive()
828 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walUnlockExclusive()
H A Dtest6.c553 return sqlite3OsShmLock(((CrashFile*)pFile)->pRealFile, ofst, n, flags); in cfShmLock()
H A Dtest_vfs.c915 return sqlite3OsShmLock(pFd->pReal, ofst, n, flags); in tvfsShmLock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.h179 int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
H A Dtest_devsym.c194 return sqlite3OsShmLock(p->pReal, ofst, n, flags); in devsymShmLock()
H A Dos.c160 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
H A Dwal.c851 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walLockShared()
860 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walUnlockShared()
867 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walLockExclusive()
876 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walUnlockExclusive()
H A Dtest6.c553 return sqlite3OsShmLock(((CrashFile*)pFile)->pRealFile, ofst, n, flags); in cfShmLock()
H A Dtest_vfs.c948 return sqlite3OsShmLock(pFd->pReal, ofst, n, flags); in tvfsShmLock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.h179 int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
H A Dos.c160 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
H A Dwal.c862 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walLockShared()
871 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walUnlockShared()
878 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walLockExclusive()
887 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walUnlockExclusive()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.h251 int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
H A Dtest_devsym.c240 return sqlite3OsShmLock(p->pReal, ofst, n, flags); in devsymShmLock()
H A Dos.c103 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
H A Dtest6.c527 return sqlite3OsShmLock(((CrashFile*)pFile)->pRealFile, ofst, n, flags); in cfShmLock()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c2438 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
7558 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
36719 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
36728 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
36735 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
36744 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c9476 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
14792 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
46110 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
46119 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
46126 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
46135 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c9156 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
14361 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
44431 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
44440 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
44447 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
44456 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,

1234567