Home
last modified time | relevance | path

Searched refs:call_handler (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp103 to->call_handler(std::move(msg), from); in send()
151 to->call_handler(std::move(msg), from); in tail_send()
158 void call_handler(Message msg, actor_address from) in call_handler() function in actor
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp103 to->call_handler(std::move(msg), from); in send()
150 to->call_handler(std::move(msg), from); in tail_send()
157 void call_handler(Message msg, actor_address from) in call_handler() function in actor
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp103 to->call_handler(std::move(msg), from); in send()
151 to->call_handler(std::move(msg), from); in tail_send()
158 void call_handler(Message msg, actor_address from) in call_handler() function in actor
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/
Dshutdown_op.hpp46 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::shutdown_op
Dhandshake_op.hpp51 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::handshake_op
Dread_op.hpp56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::read_op
Dwrite_op.hpp60 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::write_op
Dbuffered_handshake_op.hpp56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::buffered_handshake_op
Dio.hpp287 op_.call_handler(handler_, in operator ()()
297 op_.call_handler(handler_, core_.engine_.map_error_code(ec_), 0); in operator ()()
/third_party/boost/boost/asio/ssl/detail/
Dshutdown_op.hpp46 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::shutdown_op
Dhandshake_op.hpp51 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::handshake_op
Dread_op.hpp56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::read_op
Dwrite_op.hpp60 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::write_op
Dbuffered_handshake_op.hpp56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::buffered_handshake_op
Dio.hpp287 op_.call_handler(handler_, in operator ()()
297 op_.call_handler(handler_, core_.engine_.map_error_code(ec_), 0); in operator ()()
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc129 for (auto& call_handler : call_handlers_) { in SetServingStatus() local
130 call_handler->SendHealth(call_handler /* copies ref */, status); in SetServingStatus()
/third_party/boost/boost/asio/impl/
Dspawn.hpp331 bool call_handler, BOOST_ASIO_MOVE_ARG(Func) function) in spawn_data()
333 call_handler_(call_handler), in spawn_data()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dspawn.hpp331 bool call_handler, BOOST_ASIO_MOVE_ARG(Func) function) in spawn_data()
333 call_handler_(call_handler), in spawn_data()
/third_party/quickjs/
Dquickjs-libc.c2045 static void call_handler(JSContext *ctx, JSValueConst func) in call_handler() function
2089 call_handler(ctx, func); in js_os_poll()
2122 call_handler(ctx, rh->rw_func[0]); in js_os_poll()
2234 call_handler(ctx, sh->func); in js_os_poll()
2258 call_handler(ctx, func); in js_os_poll()
2299 call_handler(ctx, rh->rw_func[0]); in js_os_poll()
2305 call_handler(ctx, rh->rw_func[1]); in js_os_poll()
/third_party/libsoup/libsoup/
Dsoup-server.c1303 call_handler (SoupServer *server, SoupServerHandler *handler, in call_handler() function
1429 call_handler (server, handler, client, msg, TRUE); in got_headers()
1480 call_handler (server, handler, client, msg, FALSE); in got_body()
/third_party/libsoup/
DChangeLog.pre-git2297 (start_request, check_auth, call_handler, request_finished): Clean
2384 * libsoup/soup-server.c (call_handler): %-decode the URI path
2589 (check_auth): split this out of call_handler, and run it
2630 * libsoup/soup-server.c (request_finished, call_handler)
4343 * libsoup/soup-server.c (call_handler): Don't use GNU-only
5785 * libsoup/soup-server.c (call_handler): Likewise