Searched refs:read_handler (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/asio/doc/requirements/ |
D | ReadHandler.qbk | 19 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/ |
D | bind_stdout_stderr.cpp | 72 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));
|
D | spawn.cpp | 71 struct read_handler struct 75 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument 104 read_handler(buffer));
|
D | bind_stdout.cpp | 73 struct read_handler struct 77 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument 107 read_handler(buffer));
|
D | bind_stderr.cpp | 65 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/ |
D | adapted_echo_server.cpp | 75 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/ |
D | daytime_client.cpp | 20 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/ |
D | daytime_client.cpp | 20 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/ |
D | reactor.qbk | 22 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/ |
D | connection_https.c | 178 connection->read_handler = &MHD_tls_connection_handle_read; in MHD_set_https_callbacks()
|
D | daemon.c | 911 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()
|
D | internal.h | 818 int (*read_handler) (struct MHD_Connection *connection); member
|
D | connection.c | 2758 connection->read_handler = &MHD_connection_handle_read;
|