Lines Matching refs:sqlite3OsUnlock
8677 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
13783 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){
24030 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
24663 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
24893 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
25078 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
25323 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
29222 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
35865 rc = sqlite3OsUnlock(pPager->fd, eLock);