Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c51236 DWORD offsetLow, in winLockFile() argument
51246 return winceLockFile(phFile, offsetLow, offsetHigh, in winLockFile()
51252 ovlp.Offset = offsetLow; in winLockFile()
51257 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile()
51354 DWORD offsetLow, in winUnlockFile() argument
51364 return winceUnlockFile(phFile, offsetLow, offsetHigh, in winUnlockFile()
51370 ovlp.Offset = offsetLow; in winUnlockFile()
51375 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()