Lines Matching refs:_state
770 _state = 0; in Reset()
789 _state = 0; in CSockLink()
906 _state |= LINK_CONNECTED; in Connect()
909 if (_state & LINK_CONNECTED) in Connect()
914 if (_state & LINK_CONNECTING) in Connect()
928 _state |= LINK_CONNECTED; in Connect()
933 _state |= LINK_CONNECTING; in Connect()
948 _state |= LINK_CONNECTED; in Connect()
1402 if (_state & LINK_CONNECTING) in OutputNotify()
1404 _state &= ~LINK_CONNECTING; in OutputNotify()
1405 _state |= LINK_CONNECTED; in OutputNotify()