Searched refs:m_ErrorCode (Results 1 – 1 of 1) sorted by relevance
292 int nResult, m_ErrorCode; in recv_function_raw() local336 m_ErrorCode = WSAGetLastError(); in recv_function_raw()337 if (m_ErrorCode == WSAETIMEDOUT) { in recv_function_raw()340 if ((m_ErrorCode == WSAENOTSOCK) || (m_ErrorCode == WSAEINTR)) { in recv_function_raw()463 int nResult, m_ErrorCode; in recv_function_raw6() local528 m_ErrorCode = WSAGetLastError(); in recv_function_raw6()529 if (m_ErrorCode == WSAETIMEDOUT) in recv_function_raw6()531 if (m_ErrorCode == WSAENOTSOCK || m_ErrorCode == WSAEINTR) in recv_function_raw6()673 int nResult, m_ErrorCode; in recv_function_udp() local737 m_ErrorCode = WSAGetLastError(); in recv_function_udp()[all …]