Home
last modified time | relevance | path

Searched defs:write_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/process/test/
Dbind_stdin.cpp95 struct write_handler struct
99 write_handler(bp::ipstream &is) : is_(is) {} in write_handler() function
101 void operator()(const boost::system::error_code &ec, std::size_t size) in operator ()()
/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
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h823 int (*write_handler) (struct MHD_Connection *connection); member