Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/example/websocket/server/chat-multi/
Dwebsocket_session.cpp100 on_send(boost::shared_ptr<std::string const> const& ss) in on_send() function in websocket_session
/third_party/libuv/docs/code/udp-dhcp/
Dmain.c97 void on_send(uv_udp_send_t *req, int status) { in on_send() function
/third_party/libuv/test/
Decho-server.c220 static void on_send(uv_udp_send_t* req, int status) { in on_send() function