Searched defs:eLock (Results 1 – 12 of 12) sorted by relevance
| /external/chromium_org/third_party/sqlite/src/src/ |
| 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()
|
| D | test_devsym.c | 192 static int devsymLock(sqlite3_file *pFile, int eLock){ in devsymLock() 200 static int devsymUnlock(sqlite3_file *pFile, int eLock){ in devsymUnlock()
|
| D | test_journal.c | 120 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()
|
| D | test_demovfs.c | 358 static int demoLock(sqlite3_file *pFile, int eLock){ in demoLock() 361 static int demoUnlock(sqlite3_file *pFile, int eLock){ in demoUnlock()
|
| D | test_vfstrace.c | 299 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()
|
| D | test6.c | 498 static int cfLock(sqlite3_file *pFile, int eLock){ in cfLock() 501 static int cfUnlock(sqlite3_file *pFile, int eLock){ in cfUnlock()
|
| D | test_osinst.c | 348 static int vfslogLock(sqlite3_file *pFile, int eLock){ in vfslogLock() 362 static int vfslogUnlock(sqlite3_file *pFile, int eLock){ in vfslogUnlock()
|
| D | test_vfs.c | 467 static int tvfsLock(sqlite3_file *pFile, int eLock){ in tvfsLock() 475 static int tvfsUnlock(sqlite3_file *pFile, int eLock){ in tvfsUnlock()
|
| D | pager.c | 634 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()
|
| D | btreeInt.h | 313 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member
|
| D | btree.c | 222 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/ |
| 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() 1458 int eLock = p->nByte; in asyncWriterThread() local
|