Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3OsUnlock

9468 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
14761 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){
26380 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26985 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27215 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27391 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27637 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
31694 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
39487 rc = sqlite3OsUnlock(pPager->fd, eLock);