Lines Matching defs:sqlite3OsUnlock
10192 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
15826 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){
25735 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26359 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26589 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26766 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27011 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
31565 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
41341 rc = pPager->noLock ? SQLITE_OK : sqlite3OsUnlock(pPager->fd, eLock);