/third_party/boost/doc/html/boost_asio/example/cpp11/executors/ |
D | actor.cpp | 103 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/ |
D | actor.cpp | 103 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/ |
D | actor.cpp | 103 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/ |
D | shutdown_op.hpp | 46 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::shutdown_op
|
D | handshake_op.hpp | 51 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::handshake_op
|
D | read_op.hpp | 56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::read_op
|
D | write_op.hpp | 60 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::write_op
|
D | buffered_handshake_op.hpp | 56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::buffered_handshake_op
|
D | io.hpp | 287 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/ |
D | shutdown_op.hpp | 46 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::shutdown_op
|
D | handshake_op.hpp | 51 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::handshake_op
|
D | read_op.hpp | 56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::read_op
|
D | write_op.hpp | 60 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::write_op
|
D | buffered_handshake_op.hpp | 56 void call_handler(Handler& handler, in call_handler() function in boost::asio::ssl::detail::buffered_handshake_op
|
D | io.hpp | 287 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/ |
D | default_health_check_service.cc | 129 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/ |
D | spawn.hpp | 331 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/ |
D | spawn.hpp | 331 bool call_handler, BOOST_ASIO_MOVE_ARG(Func) function) in spawn_data() 333 call_handler_(call_handler), in spawn_data()
|
/third_party/quickjs/ |
D | quickjs-libc.c | 2045 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/ |
D | soup-server.c | 1303 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/ |
D | ChangeLog.pre-git | 2297 (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
|