Home
last modified time | relevance | path

Searched refs:read_handler (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/asio/doc/requirements/
DReadHandler.qbk19 void read_handler(
28 struct read_handler
52 void my_class::read_handler(
60 std::bind(&my_class::read_handler,
67 void my_class::read_handler(
75 boost::bind(&my_class::read_handler,
/third_party/boost/libs/process/test/
Dbind_stdout_stderr.cpp72 struct read_handler struct
76 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() function
108 read_handler(buffer1));
112 read_handler(buffer2));
Dspawn.cpp71 struct read_handler struct
75 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument
104 read_handler(buffer));
Dbind_stdout.cpp73 struct read_handler struct
77 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument
107 read_handler(buffer));
Dbind_stderr.cpp65 struct read_handler struct
69 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument
99 boost::asio::async_read_until(p, buffer, '\n', read_handler(buffer));
/third_party/boost/libs/phoenix/example/
Dadapted_echo_server.cpp75 boost::function<void(boost::system::error_code const &, std::size_t)> read_handler; in main() local
81 …f(socket), buffer(ref(buf), max_length), boost::asio::transfer_at_least(1), phx::ref(read_handler)) in main()
89 read_handler = create_handler( in main()
94 … read(_socket, buffer(_buf, max_length), boost::asio::transfer_at_least(1), phx::ref(read_handler)) in main()
/third_party/boost/libs/asio/example/cpp03/services/
Ddaytime_client.cpp20 void read_handler(const boost::system::error_code& e, in read_handler() function
28 boost::bind(read_handler, boost::asio::placeholders::error, in read_handler()
54 boost::bind(read_handler, boost::asio::placeholders::error, in connect_handler()
/third_party/boost/doc/html/boost_asio/example/cpp03/services/
Ddaytime_client.cpp20 void read_handler(const boost::system::error_code& e, in read_handler() function
28 boost::bind(read_handler, boost::asio::placeholders::error, in read_handler()
54 boost::bind(read_handler, boost::asio::placeholders::error, in connect_handler()
/third_party/boost/libs/asio/doc/overview/
Dreactor.qbk22 socket.async_wait(ip::tcp::socket::wait_read, read_handler);
24 void read_handler(boost::system::error_code ec)
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection_https.c178 connection->read_handler = &MHD_tls_connection_handle_read; in MHD_set_https_callbacks()
Ddaemon.c911 con->read_handler (con); in MHD_handle_connection()
982 con->read_handler (con); in MHD_handle_connection()
2217 pos->read_handler (pos); in MHD_run_from_select()
2222 pos->read_handler (pos); in MHD_run_from_select()
2229 pos->read_handler (pos); in MHD_run_from_select()
2484 pos->read_handler (pos); in MHD_poll_all()
2496 pos->read_handler (pos); in MHD_poll_all()
2504 pos->read_handler (pos); in MHD_poll_all()
2792 pos->read_handler (pos); in MHD_epoll()
Dinternal.h818 int (*read_handler) (struct MHD_Connection *connection); member
Dconnection.c2758 connection->read_handler = &MHD_connection_handle_read;