Searched defs:eLock (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c8949 static int apndLock(sqlite3_file *pFile, int eLock){ argument
8957 static int apndUnlock(sqlite3_file *pFile, int eLock){ argument
17664 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ argument
17669 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ argument
H A Dsqlite3.c37774 kvvfsLock(sqlite3_file *pProtoFile, int eLock) argument
37788 kvvfsUnlock(sqlite3_file *pProtoFile, int eLock) argument
52602 int eLock; /* Most recent lock against this file */ member in struct:MemFile
52882 memdbLock(sqlite3_file *pFile, int eLock) argument
52940 memdbUnlock(sqlite3_file *pFile, int eLock) argument
57394 u8 eLock; /* Current lock held on database file */ member in struct:Pager
57883 pagerUnlockDb(Pager *pPager, int eLock) argument
57911 pagerLockDb(Pager *pPager, int eLock) argument
58951 u8 eLock = pPager->eLock; local
69469 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member in struct:BtLock
70471 querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock) argument
70543 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
221088 rbuVfsLock(sqlite3_file *pFile, int eLock) argument
221110 rbuVfsUnlock(sqlite3_file *pFile, int eLock) argument
[all...]

Completed in 572 milliseconds