Lines Matching refs:m_nLastError

488     pSocket->m_nLastError = 0;  in __osl_createSocketImpl()
1799 pSocket->m_nLastError=errno; in osl_createSocket()
1807 pSocket->m_nLastError=errno; in osl_createSocket()
1853 pSocket->m_nLastError=0; in osl_closeSocket()
1918 pSocket->m_nLastError=errno; in osl_closeSocket()
1963 pSocket->m_nLastError=0; in osl_getPeerAddrOfSocket()
1968 pSocket->m_nLastError=errno; in osl_getPeerAddrOfSocket()
1988 pSocket->m_nLastError=0; in osl_bindAddrToSocket()
1994 pSocket->m_nLastError=errno; in osl_bindAddrToSocket()
2016 pSocket->m_nLastError=0; in osl_listenOnSocket()
2024 pSocket->m_nLastError=errno; in osl_listenOnSocket()
2052 pSocket->m_nLastError=0; in osl_connectSocketTo()
2063 pSocket->m_nLastError=EINPROGRESS; in osl_connectSocketTo()
2068 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2091 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2154 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2160 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2187 pSocket->m_nLastError=0; in osl_acceptConnectionOnSocket()
2208 pSocket->m_nLastError=errno; in osl_acceptConnectionOnSocket()
2244 pSocket->m_nLastError=errno; in osl_acceptConnectionOnSocket()
2253 pConnectionSockImpl->m_nLastError = 0; in osl_acceptConnectionOnSocket()
2281 pSocket->m_nLastError=0; in osl_receiveSocket()
2293 pSocket->m_nLastError=errno; in osl_receiveSocket()
2330 pSocket->m_nLastError=0; in osl_receiveFromSocket()
2341 pSocket->m_nLastError=errno; in osl_receiveFromSocket()
2370 pSocket->m_nLastError=0; in osl_sendSocket()
2383 pSocket->m_nLastError=errno; in osl_sendSocket()
2420 pSocket->m_nLastError=0; in osl_sendToSocket()
2434 pSocket->m_nLastError=errno; in osl_sendToSocket()
2532 pSocket->m_nLastError = 0; in __osl_socket_poll()
2549 pSocket->m_nLastError = errno; in __osl_socket_poll()
2578 pSocket->m_nLastError = 0; in __osl_socket_poll()
2599 pSocket->m_nLastError = errno; in __osl_socket_poll()
2677 pSocket->m_nLastError=0; in osl_shutdownSocket()
2682 pSocket->m_nLastError=errno; in osl_shutdownSocket()
2706 pSocket->m_nLastError=0; in osl_getSocketOption()
2714 pSocket->m_nLastError=errno; in osl_getSocketOption()
2738 pSocket->m_nLastError=0; in osl_setSocketOption()
2748 pSocket->m_nLastError=errno; in osl_setSocketOption()
2770 pSocket->m_nLastError=0; in osl_enableNonBlockingMode()
2783 pSocket->m_nLastError=errno; in osl_enableNonBlockingMode()
2803 pSocket->m_nLastError=0; in osl_isNonBlockingMode()
2827 pSocket->m_nLastError=0; in osl_getSocketType()
2836 pSocket->m_nLastError=errno; in osl_getSocketType()
2872 strncpy(pBuffer, strerror(pSocket->m_nLastError), BufferSize-1); in osl_psz_getLastSocketErrorDescription()
2886 return ERROR_FROM_NATIVE(pSocket->m_nLastError); in osl_getLastSocketError()