Lines Matching defs:sqlite3OsUnlock
9468 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
14761 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){
26398 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27003 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27233 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27409 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27655 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
31722 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
39515 rc = sqlite3OsUnlock(pPager->fd, eLock);