Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c51264 DWORD offsetLow, in winLockFile() argument
51274 return winceLockFile(phFile, offsetLow, offsetHigh, in winLockFile()
51280 ovlp.Offset = offsetLow; in winLockFile()
51285 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile()
51382 DWORD offsetLow, in winUnlockFile() argument
51392 return winceUnlockFile(phFile, offsetLow, offsetHigh, in winUnlockFile()
51398 ovlp.Offset = offsetLow; in winUnlockFile()
51403 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()