Searched refs:offsetLow (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_win.c | 2517 DWORD offsetLow, in winLockFile() argument 2527 return winceLockFile(phFile, offsetLow, offsetHigh, in winLockFile() 2533 ovlp.Offset = offsetLow; in winLockFile() 2537 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile() 2548 DWORD offsetLow, in winUnlockFile() argument 2558 return winceUnlockFile(phFile, offsetLow, offsetHigh, in winUnlockFile() 2564 ovlp.Offset = offsetLow; in winUnlockFile() 2568 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()
|