Home
last modified time | relevance | path

Searched refs:ec_ (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/boost/libs/asio/include/boost/asio/
Dbasic_socket_streambuf.hpp65 resolver.resolve(BOOST_ASIO_VARIADIC_BYVAL_ARGS(n), ec_)); \
66 return !ec_ ? this : 0; \
215 ec_(other.ec_), in basic_socket_streambuf()
222 other.ec_ = boost::system::error_code(); in basic_socket_streambuf()
233 ec_ = other.ec_; in operator =()
239 other.ec_ = boost::system::error_code(); in operator =()
264 ec_ = boost::system::error_code(); in connect()
266 return !ec_ ? this : 0; in connect()
288 connect_to_endpoints(resolver.resolve(x..., ec_)); in connect()
289 return !ec_ ? this : 0; in connect()
[all …]
Dspawn.hpp98 ec_(0) in basic_yield_context()
111 ec_(other.ec_) in basic_yield_context()
137 tmp.ec_ = &ec; in operator []()
147 boost::system::error_code* ec_; member in boost::asio::basic_yield_context
/third_party/boost/boost/asio/
Dbasic_socket_streambuf.hpp65 resolver.resolve(BOOST_ASIO_VARIADIC_BYVAL_ARGS(n), ec_)); \
66 return !ec_ ? this : 0; \
215 ec_(other.ec_), in basic_socket_streambuf()
222 other.ec_ = boost::system::error_code(); in basic_socket_streambuf()
233 ec_ = other.ec_; in operator =()
239 other.ec_ = boost::system::error_code(); in operator =()
264 ec_ = boost::system::error_code(); in connect()
266 return !ec_ ? this : 0; in connect()
288 connect_to_endpoints(resolver.resolve(x..., ec_)); in connect()
289 return !ec_ ? this : 0; in connect()
[all …]
Dspawn.hpp98 ec_(0) in basic_yield_context()
111 ec_(other.ec_) in basic_yield_context()
137 tmp.ec_ = &ec; in operator []()
147 boost::system::error_code* ec_; member in boost::asio::basic_yield_context
/third_party/boost/boost/beast/_experimental/test/
Dhandler.hpp36 boost::optional<error_code> ec_; member in boost::beast::test::handler
44 : ec_(ec) in handler()
54 : ec_(other.ec_) in handler()
69 BEAST_EXPECTS(! ec_ || ec == *ec_, in operator ()()
78 BEAST_EXPECT(! ec_); in operator ()()
89 BEAST_EXPECT(! ec_); in operator ()()
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/
Dhandler.hpp36 boost::optional<error_code> ec_; member in boost::beast::test::handler
44 : ec_(ec) in handler()
54 : ec_(other.ec_) in handler()
69 BEAST_EXPECTS(! ec_ || ec == *ec_, in operator ()()
78 BEAST_EXPECT(! ec_); in operator ()()
89 BEAST_EXPECT(! ec_); in operator ()()
/third_party/boost/boost/asio/impl/
Dspawn.hpp47 ec_(ctx.ec_), in coro_handler()
54 *ec_ = boost::system::error_code(); in operator ()()
62 *ec_ = ec; in operator ()()
73 boost::system::error_code* ec_; member in boost::asio::detail::coro_handler
86 ec_(ctx.ec_) in coro_handler()
92 *ec_ = boost::system::error_code(); in operator ()()
99 *ec_ = ec; in operator ()()
109 boost::system::error_code* ec_; member in boost::asio::detail::coro_handler
181 out_ec_ = h.ec_; in coro_async_result()
182 if (!out_ec_) h.ec_ = &ec_; in coro_async_result()
[all …]
Dredirect_error.hpp44 : ec_(e.ec_), in redirect_error_handler()
52 : ec_(ec), in redirect_error_handler()
78 ec_ = ec; in operator ()()
95 ec_ = ec; in operator ()()
114 ec_ = ec; \
124 boost::system::error_code& ec_;
256 : ec_(ec), in init_wrapper()
271 ec_, BOOST_ASIO_MOVE_CAST(Handler)(handler)), in operator ()()
284 ec_, BOOST_ASIO_MOVE_CAST(Handler)(handler))); in operator ()()
296 ec_, BOOST_ASIO_MOVE_CAST(Handler)(handler)), \
[all …]
/third_party/boost/libs/asio/include/boost/asio/impl/
Dspawn.hpp47 ec_(ctx.ec_), in coro_handler()
54 *ec_ = boost::system::error_code(); in operator ()()
62 *ec_ = ec; in operator ()()
73 boost::system::error_code* ec_; member in boost::asio::detail::coro_handler
86 ec_(ctx.ec_) in coro_handler()
92 *ec_ = boost::system::error_code(); in operator ()()
99 *ec_ = ec; in operator ()()
109 boost::system::error_code* ec_; member in boost::asio::detail::coro_handler
181 out_ec_ = h.ec_; in coro_async_result()
182 if (!out_ec_) h.ec_ = &ec_; in coro_async_result()
[all …]
Dredirect_error.hpp44 : ec_(e.ec_), in redirect_error_handler()
52 : ec_(ec), in redirect_error_handler()
78 ec_ = ec; in operator ()()
95 ec_ = ec; in operator ()()
114 ec_ = ec; \
124 boost::system::error_code& ec_;
256 : ec_(ec), in init_wrapper()
271 ec_, BOOST_ASIO_MOVE_CAST(Handler)(handler)), in operator ()()
284 ec_, BOOST_ASIO_MOVE_CAST(Handler)(handler))); in operator ()()
296 ec_, BOOST_ASIO_MOVE_CAST(Handler)(handler)), \
[all …]
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/
Dio.hpp119 ec_(other.ec_), in io_op()
131 ec_(other.ec_), in io_op()
146 switch (want_ = op_(core_.engine_, ec_, bytes_transferred_)) in operator ()()
251 else if (!ec_) in operator ()()
252 ec_ = ec; in operator ()()
288 core_.engine_.map_error_code(ec_), in operator ()()
289 ec_ ? 0 : bytes_transferred_); in operator ()()
294 } while (!ec_); in operator ()()
297 op_.call_handler(handler_, core_.engine_.map_error_code(ec_), 0); in operator ()()
307 boost::system::error_code ec_; member in boost::asio::ssl::detail::io_op
/third_party/boost/boost/asio/ssl/detail/
Dio.hpp119 ec_(other.ec_), in io_op()
131 ec_(other.ec_), in io_op()
146 switch (want_ = op_(core_.engine_, ec_, bytes_transferred_)) in operator ()()
251 else if (!ec_) in operator ()()
252 ec_ = ec; in operator ()()
288 core_.engine_.map_error_code(ec_), in operator ()()
289 ec_ ? 0 : bytes_transferred_); in operator ()()
294 } while (!ec_); in operator ()()
297 op_.call_handler(handler_, core_.engine_.map_error_code(ec_), 0); in operator ()()
307 boost::system::error_code ec_; member in boost::asio::ssl::detail::io_op
/third_party/boost/libs/fiber/examples/asio/detail/
Dyield.hpp102 BOOST_ASSERT_MSG( yt_.ec_, in operator ()()
113 * yt_.ec_ = ec; in operator ()()
215 if ( ! h.yt_.ec_) {
216 h.yt_.ec_ = & ec_;
227 if ( ec_) { in get()
228 throw_exception( boost::system::system_error{ ec_ } ); in get()
234 boost::system::error_code ec_{}; member in boost::fibers::asio::detail::async_result_base
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp71 *ec_ = ec; in operator ()()
78 boost::system::error_code* ec_; member in boost::asio::async_result::completion_handler_type
88 h.ec_ = &ec_; in async_result()
128 return ec_ ? throw boost::system::system_error(ec_) : t_; in get()
134 boost::system::error_code ec_; member in boost::asio::async_result
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp71 *ec_ = ec; in operator ()()
78 boost::system::error_code* ec_; member in boost::asio::async_result::completion_handler_type
88 h.ec_ = &ec_; in async_result()
128 return ec_ ? throw boost::system::system_error(ec_) : t_; in get()
134 boost::system::error_code ec_; member in boost::asio::async_result
/third_party/boost/boost/beast/websocket/impl/
Dssl.hpp71 ec_ = ec;
76 if (!ec_)
77 ec_ = ec;
79 self.complete(ec_);
86 error_code ec_; member
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dssl.hpp71 ec_ = ec;
76 if (!ec_)
77 ec_ = ec;
79 self.complete(ec_);
86 error_code ec_; member
/third_party/boost/boost/asio/detail/
Dreactive_socket_recvfrom_op.hpp69 o->ec_, o->bytes_transferred_) ? done : not_done; in do_perform()
77 o->ec_, o->bytes_transferred_) ? done : not_done; in do_perform()
80 if (result && !o->ec_) in do_perform()
84 o->ec_, o->bytes_transferred_)); in do_perform()
141 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
Dreactive_socket_accept_op.hpp62 o->peer_endpoint_ ? &o->addrlen_ : 0, o->ec_, new_socket) in do_perform()
66 BOOST_ASIO_HANDLER_REACTOR_OPERATION((*o, "non_blocking_accept", o->ec_)); in do_perform()
77 peer_.assign(protocol_, new_socket_.get(), ec_); in do_assign()
78 if (!ec_) in do_assign()
139 handler(o->handler_, o->ec_); in do_complete()
213 handler(0, BOOST_ASIO_MOVE_CAST(Handler)(o->handler_), o->ec_, in do_complete()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dreactive_socket_recvfrom_op.hpp69 o->ec_, o->bytes_transferred_) ? done : not_done; in do_perform()
77 o->ec_, o->bytes_transferred_) ? done : not_done; in do_perform()
80 if (result && !o->ec_) in do_perform()
84 o->ec_, o->bytes_transferred_)); in do_perform()
141 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
Dreactive_socket_accept_op.hpp62 o->peer_endpoint_ ? &o->addrlen_ : 0, o->ec_, new_socket) in do_perform()
66 BOOST_ASIO_HANDLER_REACTOR_OPERATION((*o, "non_blocking_accept", o->ec_)); in do_perform()
77 peer_.assign(protocol_, new_socket_.get(), ec_); in do_assign()
78 if (!ec_) in do_assign()
139 handler(o->handler_, o->ec_); in do_complete()
213 handler(0, BOOST_ASIO_MOVE_CAST(Handler)(o->handler_), o->ec_, in do_complete()
/third_party/boost/libs/beast/test/beast/core/
D_detail_read.cpp66 [&invoked, &ec](error_code ec_, std::size_t)
68 ec = ec_;
86 [&invoked, &ec](error_code ec_, std::size_t)
88 ec = ec_;
/third_party/boost/boost/coroutine/
Dexceptions.hpp75 system::error_code ec_; member in boost::coroutines::coroutine_error
80 ec_( ec) in coroutine_error()
84 { return ec_; } in code()
/third_party/boost/boost/thread/futures/
Dfuture_error.hpp23 system::error_code ec_; member in boost::future_error
27 ec_(ec) in future_error()
33 return ec_; in code()
/third_party/boost/boost/process/detail/posix/
Dsigchld_service.hpp86 std::error_code ec_{ec.value(), std::system_category()}; in _handle_signal() local
88 if (ec_) in _handle_signal()
91 r.second(-1, ec_); in _handle_signal()
103 r.second(status, ec_); in _handle_signal()

123456