Searched refs:state_closed (Results 1 – 10 of 10) sorted by relevance
112 if (_state == state_closed) return 0; in parse()213 if (_state == state_closed) return false; in fail()216 _state = state_closed; in fail()249 if (_closed || _state == state_closed) return false; in close()385 if (_state == state_closing || _state == state_closed) return false; in send()
113 _state = state_closed; in attach()127 _state = state_closed; in attach()722 if (_state == state_closed || !_connection) return false; in send()793 _state = state_closed; in reportError()
69 state_closed // connection is closed enumerator248 return _state == state_closed; in closed()414 _state = state_closed; in reportClosed()
125 state_closed enumerator126 } _state = state_closed;613 _state = state_closed; in reportClosed()
49 state_closed = "closed" variable in Py3status92 state = self.state_closed
27 state_closed enumerator143 str->state = state_closed; in stream_close()
29 state_closed, enumerator
241 case state_closed: in _tls_open()429 sp->state = state_closed; in _tls_close()
187 int state_closed(int, void *);
1023 SET_HANDLER(&Http2ConnectionState::state_closed); in main_event_handler()1152 Http2ConnectionState::state_closed(int event, void *edata) in state_closed() function in Http2ConnectionState