/third_party/nghttp2/src/ |
D | asio_client_session_tls_impl.cc | 60 self->not_connected(ec); in start_connect() 72 self->not_connected(ec); in start_connect() 77 self->not_connected(make_error_code( in start_connect()
|
D | asio_client_session_tcp_impl.cc | 60 self->not_connected(ec); in start_connect()
|
D | asio_client_session_impl.h | 53 void not_connected(const boost::system::error_code &ec);
|
D | asio_client_session_impl.cc | 79 self->not_connected(ec); in start_resolve() 145 void session_impl::not_connected(const boost::system::error_code &ec) { in not_connected() function in nghttp2::asio_http2::client::session_impl
|
/third_party/boost/boost/graph/ |
D | exception.hpp | 44 struct BOOST_SYMBOL_VISIBLE not_connected : public bad_graph struct 46 not_connected() : bad_graph("The graph must be connected.") {} in not_connected() argument
|
/third_party/boost/boost/system/detail/ |
D | system_category_posix.hpp | 78 not_connected, in is_generic_value()
|
D | system_category_win32.hpp | 325 case WSAENOTCONN_: return make_error_condition( not_connected ); in system_category_default_error_condition_win32()
|
/third_party/boost/libs/beast/example/http/client/sync/ |
D | http_client_sync.cpp | 92 if(ec && ec != beast::errc::not_connected) in main()
|
/third_party/boost/libs/beast/example/http/client/coro/ |
D | http_client_coro.cpp | 101 if(ec && ec != beast::errc::not_connected) in do_session()
|
/third_party/boost/libs/asio/test/ |
D | error.cpp | 74 test_error_code(boost::asio::error::not_connected); in error_test()
|
/third_party/boost/libs/beast/example/http/client/async/ |
D | http_client_async.cpp | 152 if(ec && ec != beast::errc::not_connected) in on_read()
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | error.hpp | 157 not_connected = BOOST_ASIO_SOCKET_ERROR(ENOTCONN), enumerator
|
/third_party/boost/boost/asio/ |
D | error.hpp | 157 not_connected = BOOST_ASIO_SOCKET_ERROR(ENOTCONN), enumerator
|
/third_party/boost/boost/system/ |
D | error_code.hpp | 115 not_connected = ENOTCONN, enumerator
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 1100 goto not_connected; in gst_pulsesrc_read() 1167 not_connected: in gst_pulsesrc_read()
|
/third_party/boost/libs/system/doc/system/ |
D | reference.adoc | 133 not_connected, //ENOTCONN
|
/third_party/boost/libs/beast/ |
D | CHANGELOG.md | 2943 * Squelch harmless not_connected errors
|
/third_party/boost/boost/asio/detail/impl/ |
D | socket_ops.ipp | 2075 ec = boost::asio::error::not_connected;
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | socket_ops.ipp | 2075 ec = boost::asio::error::not_connected;
|
/third_party/boost/libs/asio/doc/ |
D | reference.qbk | 64462 [indexterm2 boost_asio.indexterm.error__basic_errors.not_connected..not_connected..error::basic_err… 64605 [not_connected]
|