Home
last modified time | relevance | path

Searched refs:offsetHigh (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c2518 DWORD offsetHigh, in winLockFile() argument
2527 return winceLockFile(phFile, offsetLow, offsetHigh, in winLockFile()
2534 ovlp.OffsetHigh = offsetHigh; in winLockFile()
2537 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile()
2549 DWORD offsetHigh, in winUnlockFile() argument
2558 return winceUnlockFile(phFile, offsetLow, offsetHigh, in winUnlockFile()
2565 ovlp.OffsetHigh = offsetHigh; in winUnlockFile()
2568 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()