Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c5791 if (netEvents) in dbgstr_event_seq_result()
5800 error = netEvents->iErrorCode[index]; in dbgstr_event_seq_result()
5825 WSANETWORKEVENTS netEvents; in flush_events() local
5868 if (netEvents) in match_event_sequence()
5870 events = netEvents->lNetworkEvents; in match_event_sequence()
5881 if (netEvents->iErrorCode[index] != error) in match_event_sequence()
5913 WSANETWORKEVENTS events, *netEvents = NULL; in ok_event_sequence() local
5919 netEvents = &events; in ok_event_sequence()
5932 memset(netEvents, 0, sizeof(*netEvents)); in ok_event_sequence()
5944 if (match_event_sequence(s, netEvents, seq)) in ok_event_sequence()
[all …]