Searched refs:ov (Results 1 – 1 of 1) sorted by relevance
1664 OVERLAPPED ov = {}; in ReadFromFd() local1666 BOOL bWriteStat = ReadFile((HANDLE)s, buf, count, &bytesRead, &ov); in ReadFromFd()1681 OVERLAPPED ov = {}; in WriteToFd() local1683 BOOL bWriteStat = WriteFile((HANDLE)s, buf, count, &bytesWrite, &ov); in WriteToFd()