Home | History | Annotate | Download | only in qemu

Lines Matching full:osend

1512     OVERLAPPED orecv, osend;
1622 ZeroMemory(&s->osend, sizeof(s->osend));
1623 s->osend.hEvent = s->hsend;
1626 ret = WriteFile(s->hcom, buf, len, &size, &s->osend);
1632 ret = GetOverlappedResult(s->hcom, &s->osend, &size, TRUE);