Searched refs:offsetLow (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 49767 DWORD offsetLow, in winLockFile() argument 49777 return winceLockFile(phFile, offsetLow, offsetHigh, in winLockFile() 49783 ovlp.Offset = offsetLow; in winLockFile() 49788 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile() 49883 DWORD offsetLow, in winUnlockFile() argument 49893 return winceUnlockFile(phFile, offsetLow, offsetHigh, in winUnlockFile() 49899 ovlp.Offset = offsetLow; in winUnlockFile() 49904 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()
|