Searched defs:locktype (Results 1 – 2 of 2) sorted by relevance
267 u8 locktype; /* Type of lock currently held on this file */ member3243 static int winLock(sqlite3_file *id, int locktype){3422 static int winUnlock(sqlite3_file *id, int locktype){3472 static int winNolockLock(sqlite3_file *id, int locktype){3484 static int winNolockUnlock(sqlite3_file *id, int locktype){
3882 static int pager_wait_on_lock(Pager *pPager, int locktype){ in pager_wait_on_lock()