Searched refs:_state_flags (Results 1 – 2 of 2) sorted by relevance
197 _state_flags = 0; in Reset()207 _state_flags = 0; in CNetHandler()480 if (this->_state_flags != 0) in Unlink()513 this->_state_flags |= STATE_IN_SEND; in SwitchToSend()556 if (_state_flags == 0) in DetachConn()567 if (_state_flags & STATE_IN_SEND) in DetachConn()570 _state_flags &= ~STATE_IN_SEND; in DetachConn()573 if (_state_flags & STATE_IN_RECV) in DetachConn()576 _state_flags &= ~STATE_IN_RECV; in DetachConn()579 if (_state_flags & STATE_IN_IDLE) in DetachConn()[all …]
250 uint32_t _state_flags; variable