Lines Matching refs:m_nLastError

488     pSocket->m_nLastError = 0;  in __osl_createSocketImpl()
1820 pSocket->m_nLastError=errno; in osl_createSocket()
1828 pSocket->m_nLastError=errno; in osl_createSocket()
1874 pSocket->m_nLastError=0; in osl_closeSocket()
1934 pSocket->m_nLastError=errno; in osl_closeSocket()
1986 pSocket->m_nLastError=0; in osl_getPeerAddrOfSocket()
1991 pSocket->m_nLastError=errno; in osl_getPeerAddrOfSocket()
2011 pSocket->m_nLastError=0; in osl_bindAddrToSocket()
2017 pSocket->m_nLastError=errno; in osl_bindAddrToSocket()
2039 pSocket->m_nLastError=0; in osl_listenOnSocket()
2047 pSocket->m_nLastError=errno; in osl_listenOnSocket()
2075 pSocket->m_nLastError=0; in osl_connectSocketTo()
2086 pSocket->m_nLastError=EINPROGRESS; in osl_connectSocketTo()
2091 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2114 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2192 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2198 pSocket->m_nLastError=errno; in osl_connectSocketTo()
2225 pSocket->m_nLastError=0; in osl_acceptConnectionOnSocket()
2246 pSocket->m_nLastError=errno; in osl_acceptConnectionOnSocket()
2282 pSocket->m_nLastError=errno; in osl_acceptConnectionOnSocket()
2291 pConnectionSockImpl->m_nLastError = 0; in osl_acceptConnectionOnSocket()
2319 pSocket->m_nLastError=0; in osl_receiveSocket()
2331 pSocket->m_nLastError=errno; in osl_receiveSocket()
2368 pSocket->m_nLastError=0; in osl_receiveFromSocket()
2379 pSocket->m_nLastError=errno; in osl_receiveFromSocket()
2408 pSocket->m_nLastError=0; in osl_sendSocket()
2421 pSocket->m_nLastError=errno; in osl_sendSocket()
2458 pSocket->m_nLastError=0; in osl_sendToSocket()
2472 pSocket->m_nLastError=errno; in osl_sendToSocket()
2567 pSocket->m_nLastError = 0; in __osl_socket_poll()
2584 pSocket->m_nLastError = errno; in __osl_socket_poll()
2610 pSocket->m_nLastError = 0; in __osl_socket_poll()
2631 pSocket->m_nLastError = errno; in __osl_socket_poll()
2709 pSocket->m_nLastError=0; in osl_shutdownSocket()
2714 pSocket->m_nLastError=errno; in osl_shutdownSocket()
2736 pSocket->m_nLastError=0; in osl_getSocketOption()
2744 pSocket->m_nLastError=errno; in osl_getSocketOption()
2768 pSocket->m_nLastError=0; in osl_setSocketOption()
2778 pSocket->m_nLastError=errno; in osl_setSocketOption()
2800 pSocket->m_nLastError=0; in osl_enableNonBlockingMode()
2813 pSocket->m_nLastError=errno; in osl_enableNonBlockingMode()
2833 pSocket->m_nLastError=0; in osl_isNonBlockingMode()
2857 pSocket->m_nLastError=0; in osl_getSocketType()
2866 pSocket->m_nLastError=errno; in osl_getSocketType()
2902 strncpy(pBuffer, strerror(pSocket->m_nLastError), BufferSize-1); in osl_psz_getLastSocketErrorDescription()
2916 return ERROR_FROM_NATIVE(pSocket->m_nLastError); in osl_getLastSocketError()