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