Searched refs:offsetLow (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 49768 DWORD offsetLow, in winLockFile() argument 49778 return winceLockFile(phFile, offsetLow, offsetHigh, in winLockFile() 49784 ovlp.Offset = offsetLow; in winLockFile() 49789 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile() 49884 DWORD offsetLow, in winUnlockFile() argument 49894 return winceUnlockFile(phFile, offsetLow, offsetHigh, in winUnlockFile() 49900 ovlp.Offset = offsetLow; in winUnlockFile() 49905 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()
|