Searched refs:numBytesLow (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_win.c | 2519 DWORD numBytesLow, in winLockFile() argument 2528 numBytesLow, numBytesHigh); in winLockFile() 2535 return osLockFileEx(*phFile, flags, 0, numBytesLow, numBytesHigh, &ovlp); in winLockFile() 2537 return osLockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winLockFile() 2550 DWORD numBytesLow, in winUnlockFile() argument 2559 numBytesLow, numBytesHigh); in winUnlockFile() 2566 return osUnlockFileEx(*phFile, 0, numBytesLow, numBytesHigh, &ovlp); in winUnlockFile() 2568 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()
|