| /sqlite-3.40.0/src/ |
| H A D | test_onefile.c | 332 static int tmpLock(sqlite3_file *pFile, int eLock){ in tmpLock() 339 static int tmpUnlock(sqlite3_file *pFile, int eLock){ in tmpUnlock() 540 static int fsLock(sqlite3_file *pFile, int eLock){ in fsLock() 547 static int fsUnlock(sqlite3_file *pFile, int eLock){ in fsUnlock()
|
| H A D | test_journal.c | 118 int eLock; /* Current lock held on the file */ member 638 static int jtLock(sqlite3_file *pFile, int eLock){ in jtLock() 651 static int jtUnlock(sqlite3_file *pFile, int eLock){ in jtUnlock()
|
| H A D | test_devsym.c | 146 static int devsymLock(sqlite3_file *pFile, int eLock){ in devsymLock() 154 static int devsymUnlock(sqlite3_file *pFile, int eLock){ in devsymUnlock()
|
| H A D | test_demovfs.c | 360 static int demoLock(sqlite3_file *pFile, int eLock){ in demoLock() 363 static int demoUnlock(sqlite3_file *pFile, int eLock){ in demoUnlock()
|
| H A D | test_vfstrace.c | 398 static const char *lockName(int eLock){ in lockName() 412 static int vfstraceLock(sqlite3_file *pFile, int eLock){ in vfstraceLock() 426 static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ in vfstraceUnlock()
|
| H A D | memdb.c | 88 int eLock; /* Most recent lock against this file */ member 367 static int memdbLock(sqlite3_file *pFile, int eLock){ in memdbLock()
|
| H A D | os_kv.c | 735 static int kvvfsLock(sqlite3_file *pProtoFile, int eLock){ in kvvfsLock() 749 static int kvvfsUnlock(sqlite3_file *pProtoFile, int eLock){ in kvvfsUnlock()
|
| H A D | test6.c | 514 static int cfLock(sqlite3_file *pFile, int eLock){ in cfLock() 517 static int cfUnlock(sqlite3_file *pFile, int eLock){ in cfUnlock()
|
| H A D | test_osinst.c | 353 static int vfslogLock(sqlite3_file *pFile, int eLock){ in vfslogLock() 367 static int vfslogUnlock(sqlite3_file *pFile, int eLock){ in vfslogUnlock()
|
| H A D | test_vfs.c | 479 static int tvfsLock(sqlite3_file *pFile, int eLock){ in tvfsLock() 494 static int tvfsUnlock(sqlite3_file *pFile, int eLock){ in tvfsUnlock()
|
| H A D | pager.c | 645 u8 eLock; /* Current lock held on database file */ member 1135 static int pagerUnlockDb(Pager *pPager, int eLock){ in pagerUnlockDb() 1163 static int pagerLockDb(Pager *pPager, int eLock){ in pagerLockDb()
|
| H A D | btreeInt.h | 316 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member
|
| H A D | btree.c | 288 static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ in querySharedCacheTableLock() 360 static int setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock){ in setSharedCacheTableLock()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 487 int eLock; member 498 int eLock; /* Internally visible lock state (sqlite pov) */ member 862 static int asyncLock(sqlite3_file *pFile, int eLock){ in asyncLock() 897 static int asyncUnlock(sqlite3_file *pFile, int eLock){ in asyncUnlock() 1461 int eLock = p->nByte; in asyncWriterThread() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | memvfs.c | 229 static int memLock(sqlite3_file *pFile, int eLock){ in memLock() 236 static int memUnlock(sqlite3_file *pFile, int eLock){ in memUnlock()
|
| H A D | appendvfs.c | 328 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock() 336 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock()
|
| H A D | cksumvfs.c | 527 static int cksmLock(sqlite3_file *pFile, int eLock){ in cksmLock() 535 static int cksmUnlock(sqlite3_file *pFile, int eLock){ in cksmUnlock()
|
| H A D | vfslog.c | 508 static int vlogLock(sqlite3_file *pFile, int eLock){ in vlogLock() 522 static int vlogUnlock(sqlite3_file *pFile, int eLock){ in vlogUnlock()
|
| H A D | vfsstat.c | 321 static int vstatLock(sqlite3_file *pFile, int eLock){ in vstatLock() 332 static int vstatUnlock(sqlite3_file *pFile, int eLock){ in vstatUnlock()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 2449 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock() 2454 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 425 int lsmEnvLock(lsm_env *pEnv, lsm_file *pFile, int iLock, int eLock){ in lsmEnvLock() 435 int eLock in lsmEnvTestLock()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 4791 static int rbuVfsLock(sqlite3_file *pFile, int eLock){ in rbuVfsLock() 4813 static int rbuVfsUnlock(sqlite3_file *pFile, int eLock){ in rbuVfsUnlock()
|