Home
last modified time | relevance | path

Searched defs:on_read (Results 1 – 25 of 56) sorted by relevance

123

/third_party/libuv/docs/code/uvcat/
Dmain.c26 void on_read(uv_fs_t *req) { in on_read() function
/third_party/boost/libs/beast/example/websocket/server/chat-multi/
Dwebsocket_session.cpp62 on_read(beast::error_code ec, std::size_t) in on_read() function in websocket_session
Dhttp_session.cpp279 on_read(beast::error_code ec, std::size_t) in on_read() function in http_session
/third_party/libuv/docs/code/dns/
Dmain.c13 void on_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in on_read() function
/third_party/libuv/docs/code/udp-dhcp/
Dmain.c17 void on_read(uv_udp_t *req, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsign… in on_read() function
/third_party/nghttp2/src/
Dasio_server_http2_handler.h98 int on_read(const boost::array<uint8_t, N> &buffer, std::size_t len) { in on_read() function
Dshrpx_health_monitor_downstream_connection.cc97 int HealthMonitorDownstreamConnection::on_read() { return 0; } in on_read() function in shrpx::HealthMonitorDownstreamConnection
Dasio_client_request_impl.cc71 void request_impl::on_read(generator_cb cb) { generator_cb_ = std::move(cb); } in on_read() function in nghttp2::asio_http2::client::request_impl
Dh2load_http1_session.cc203 int Http1Session::on_read(const uint8_t *data, size_t len) { in on_read() function in h2load::Http1Session
/third_party/boost/libs/beast/example/http/client/async/
Dhttp_client_async.cpp136 on_read( in on_read() function in session
/third_party/boost/libs/beast/example/websocket/client/async/
Dwebsocket_client_async.cpp166 on_read( in on_read() function in session
/third_party/libuv/test/
Dbenchmark-spawn.c91 static void on_read(uv_stream_t* pipe, ssize_t nread, const uv_buf_t* buf) { in on_read() function
/third_party/boost/libs/beast/example/http/client/async-ssl-system-executor/
Dhttp_client_async_ssl_system_executor.cpp170 on_read( in on_read() function in session
/third_party/boost/libs/beast/example/websocket/client/async-ssl/
Dwebsocket_client_async_ssl.cpp199 on_read( in on_read() function in session
/third_party/boost/libs/beast/example/websocket/server/async/
Dwebsocket_server_async.cpp118 on_read( in on_read() function in session
/third_party/boost/libs/beast/example/http/client/async-ssl/
Dhttp_client_async_ssl.cpp162 on_read( in on_read() function in session
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/
Dwebsocket_client_async_ssl_system_executor.cpp207 on_read( in on_read() function in session
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dwebsocket.hpp202 on_read(error_code ec) in on_read() function in boost::beast::test::ws_echo_server
/third_party/boost/libs/beast/example/websocket/server/async-ssl/
Dwebsocket_server_async_ssl.cpp145 on_read( in on_read() function in session
/third_party/grpc/src/core/lib/http/
Dhttpcli.cc62 grpc_closure on_read; member
130 static void on_read(void* user_data, grpc_error* error) { in on_read() function
/third_party/boost/libs/beast/example/advanced/server/
Dadvanced_server.cpp284 on_read( in on_read() function in websocket_session
480 on_read(beast::error_code ec, std::size_t bytes_transferred) in on_read() function in http_session
/third_party/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc91 grpc_closure on_read; member
172 static void on_read(void* user_data, grpc_error* error) { in on_read() function
/third_party/grpc/test/core/util/
Dmock_endpoint.cc43 grpc_closure* on_read; member
/third_party/boost/libs/beast/test/beast/core/
Dbuffered_read_stream.cpp94 on_read(error_code ec, std::size_t) in on_read() function
/third_party/grpc/src/core/lib/iomgr/
Dtcp_windows.cc108 grpc_closure on_read; member
180 static void on_read(void* tcpp, grpc_error* error) { in on_read() function

123