Home
last modified time | relevance | path

Searched defs:eLock (Results 1 – 22 of 22) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_onefile.c332 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 Dtest_journal.c118 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 Dtest_devsym.c146 static int devsymLock(sqlite3_file *pFile, int eLock){ in devsymLock()
154 static int devsymUnlock(sqlite3_file *pFile, int eLock){ in devsymUnlock()
H A Dtest_demovfs.c360 static int demoLock(sqlite3_file *pFile, int eLock){ in demoLock()
363 static int demoUnlock(sqlite3_file *pFile, int eLock){ in demoUnlock()
H A Dtest_vfstrace.c398 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 Dmemdb.c88 int eLock; /* Most recent lock against this file */ member
367 static int memdbLock(sqlite3_file *pFile, int eLock){ in memdbLock()
H A Dos_kv.c735 static int kvvfsLock(sqlite3_file *pProtoFile, int eLock){ in kvvfsLock()
749 static int kvvfsUnlock(sqlite3_file *pProtoFile, int eLock){ in kvvfsUnlock()
H A Dtest6.c514 static int cfLock(sqlite3_file *pFile, int eLock){ in cfLock()
517 static int cfUnlock(sqlite3_file *pFile, int eLock){ in cfUnlock()
H A Dtest_osinst.c353 static int vfslogLock(sqlite3_file *pFile, int eLock){ in vfslogLock()
367 static int vfslogUnlock(sqlite3_file *pFile, int eLock){ in vfslogUnlock()
H A Dtest_vfs.c479 static int tvfsLock(sqlite3_file *pFile, int eLock){ in tvfsLock()
494 static int tvfsUnlock(sqlite3_file *pFile, int eLock){ in tvfsUnlock()
H A Dpager.c645 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 DbtreeInt.h316 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member
H A Dbtree.c288 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 Dsqlite3async.c487 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 Dmemvfs.c229 static int memLock(sqlite3_file *pFile, int eLock){ in memLock()
236 static int memUnlock(sqlite3_file *pFile, int eLock){ in memUnlock()
H A Dappendvfs.c328 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock()
336 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock()
H A Dcksumvfs.c527 static int cksmLock(sqlite3_file *pFile, int eLock){ in cksmLock()
535 static int cksmUnlock(sqlite3_file *pFile, int eLock){ in cksmUnlock()
H A Dvfslog.c508 static int vlogLock(sqlite3_file *pFile, int eLock){ in vlogLock()
522 static int vlogUnlock(sqlite3_file *pFile, int eLock){ in vlogUnlock()
H A Dvfsstat.c321 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 Dsqlite3recover.c2449 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 Dlsm_file.c425 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 Dsqlite3rbu.c4791 static int rbuVfsLock(sqlite3_file *pFile, int eLock){ in rbuVfsLock()
4813 static int rbuVfsUnlock(sqlite3_file *pFile, int eLock){ in rbuVfsUnlock()