Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3OsUnlock

8684 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
13790 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){
24037 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
24670 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
24900 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
25085 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
25330 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
29229 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
35872 rc = sqlite3OsUnlock(pPager->fd, eLock);