Home
last modified time | relevance | path

Searched defs:locktype (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c267 u8 locktype; /* Type of lock currently held on this file */ member
3243 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){
H A Dpager.c3882 static int pager_wait_on_lock(Pager *pPager, int locktype){ in pager_wait_on_lock()