Home
last modified time | relevance | path

Searched refs:write_handler (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/asio/doc/requirements/
DWriteHandler.qbk19 void write_handler(
28 struct write_handler
52 void my_class::write_handler(
60 std::bind(&my_class::write_handler,
67 void my_class::write_handler(
75 boost::bind(&my_class::write_handler,
/third_party/boost/libs/phoenix/example/
Dadapted_echo_server.cpp76 boost::function<void(boost::system::error_code const &, std::size_t)> write_handler; in main() local
90 write(_socket, buffer(_buf, _length), phx::ref(write_handler)) in main()
93 write_handler = create_handler( in main()
/third_party/boost/libs/process/test/
Dbind_stdin.cpp95 struct write_handler struct
99 write_handler(bp::ipstream &is) : is_(is) {} in write_handler() argument
137 write_handler(is));
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection_https.c179 connection->write_handler = &MHD_tls_connection_handle_write; in MHD_set_https_callbacks()
Dinternal.h823 int (*write_handler) (struct MHD_Connection *connection); member
Ddaemon.c913 con->write_handler (con); in MHD_handle_connection()
984 con->write_handler (con); in MHD_handle_connection()
2224 pos->write_handler (pos); in MHD_run_from_select()
2498 pos->write_handler (pos); in MHD_poll_all()
2794 pos->write_handler (pos); in MHD_epoll()
Dconnection.c2759 connection->write_handler = &MHD_connection_handle_write;