Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp1664 OVERLAPPED ov = {}; in ReadFromFd() local
1666 BOOL bWriteStat = ReadFile((HANDLE)s, buf, count, &bytesRead, &ov); in ReadFromFd()
1681 OVERLAPPED ov = {}; in WriteToFd() local
1683 BOOL bWriteStat = WriteFile((HANDLE)s, buf, count, &bytesWrite, &ov); in WriteToFd()