Lines Matching defs:state
117 void TcpIpLinkState::setState (CommLinkState state, const char* error)
125 m_state = state;
133 callback(userPtr, state, error);
178 TcpIpSendThread::TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state)
180 , m_state (state)
194 // Reset state.
263 TcpIpRecvThread::TcpIpRecvThread (de::Socket& socket, TcpIpLinkState& state)
265 , m_state (state)
279 // Reset state.
440 deSocketState state = m_socket.getState();
441 if (state != DE_SOCKETSTATE_DISCONNECTED && state != DE_SOCKETSTATE_CLOSED)
469 // Clear error and set state to ready.
502 // \note Just clears error state if we are connected.
510 disconnect(); // Abnormal state/usage. Disconnect socket.