Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_recv_thread.c292 int nResult, m_ErrorCode; in recv_function_raw() local
336 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() local
528 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() local
737 m_ErrorCode = WSAGetLastError(); in recv_function_udp()
[all …]