Home
last modified time | relevance | path

Searched refs:state_closed (Results 1 – 10 of 10) sorted by relevance

/dports/devel/amqp-cpp/AMQP-CPP-4.1.4/src/
H A Dconnectionimpl.cpp112 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()
H A Dchannelimpl.cpp113 _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()
/dports/devel/amqp-cpp/AMQP-CPP-4.1.4/include/amqpcpp/
H A Dconnectionimpl.h69 state_closed // connection is closed enumerator
248 return _state == state_closed; in closed()
414 _state = state_closed; in reportClosed()
H A Dchannelimpl.h125 state_closed enumerator
126 } _state = state_closed;
613 _state = state_closed; in reportClosed()
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dspaceapi.py49 state_closed = "closed" variable in Py3status
92 state = self.state_closed
/dports/mail/anubis/anubis-4.2/src/
H A Dstream.c27 state_closed enumerator
143 str->state = state_closed; in stream_close()
/dports/mail/mailutils/mailutils-3.13/include/mailutils/sys/
H A Dtls-stream.h29 state_closed, enumerator
/dports/mail/mailutils/mailutils-3.13/libmu_auth/
H A Dtls.c241 case state_closed: in _tls_open()
429 sp->state = state_closed; in _tls_close()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.h187 int state_closed(int, void *);
H A DHttp2ConnectionState.cc1023 SET_HANDLER(&Http2ConnectionState::state_closed); in main_event_handler()
1152 Http2ConnectionState::state_closed(int event, void *edata) in state_closed() function in Http2ConnectionState