Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
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()
Dtest_devsym.c192 static int devsymLock(sqlite3_file *pFile, int eLock){ in devsymLock()
200 static int devsymUnlock(sqlite3_file *pFile, int eLock){ in devsymUnlock()
Dtest_journal.c120 int eLock; /* Current lock held on the file */ member
631 static int jtLock(sqlite3_file *pFile, int eLock){ in jtLock()
644 static int jtUnlock(sqlite3_file *pFile, int eLock){ in jtUnlock()
Dtest_demovfs.c358 static int demoLock(sqlite3_file *pFile, int eLock){ in demoLock()
361 static int demoUnlock(sqlite3_file *pFile, int eLock){ in demoUnlock()
Dtest_vfstrace.c299 static const char *lockName(int eLock){ in lockName()
313 static int vfstraceLock(sqlite3_file *pFile, int eLock){ in vfstraceLock()
327 static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ in vfstraceUnlock()
Dtest6.c498 static int cfLock(sqlite3_file *pFile, int eLock){ in cfLock()
501 static int cfUnlock(sqlite3_file *pFile, int eLock){ in cfUnlock()
Dtest_osinst.c348 static int vfslogLock(sqlite3_file *pFile, int eLock){ in vfslogLock()
362 static int vfslogUnlock(sqlite3_file *pFile, int eLock){ in vfslogUnlock()
Dtest_vfs.c467 static int tvfsLock(sqlite3_file *pFile, int eLock){ in tvfsLock()
475 static int tvfsUnlock(sqlite3_file *pFile, int eLock){ in tvfsUnlock()
Dpager.c634 u8 eLock; /* Current lock held on database file */ member
1053 static int pagerUnlockDb(Pager *pPager, int eLock){ in pagerUnlockDb()
1080 static int pagerLockDb(Pager *pPager, int eLock){ in pagerLockDb()
DbtreeInt.h313 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member
Dbtree.c222 static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ in querySharedCacheTableLock()
294 static int setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock){ in setSharedCacheTableLock()
/external/chromium_org/third_party/sqlite/src/ext/async/
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()
1458 int eLock = p->nByte; in asyncWriterThread() local