Home
last modified time | relevance | path

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

/reactos/dll/win32/ws2_32/src/
H A Dnsquery.c199 INT ErrorCode = SOCKET_ERROR, OldErrorCode; in WsNqLookupServiceNext() local
297 OldErrorCode = GetLastError(); in WsNqLookupServiceNext()
333 SetLastError(OldErrorCode); in WsNqLookupServiceNext()
H A Dsockctrl.c30 INT ErrorCode, OldErrorCode = ERROR_SUCCESS; in connect() local
65 OldErrorCode = ErrorCode; in connect()
76 ErrorCode = OldErrorCode; in connect()