Home
last modified time | relevance | path

Searched defs:on_read (Results 1 - 25 of 31) sorted by relevance

12

/third_party/libuv/docs/code/uvcat/
H A Dmain.c21 uv_fs_read(uv_default_loop(), &read_req, open_req.result, &iov, 1, -1, on_read); in on_write() local
25 void on_read(uv_fs_t *req) { in on_read() function
47 &iov, 1, -1, on_read); in on_open() local
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_utils_transport.h29 void (*on_read)(void); /* callback on message read */ member
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_utils_transport.h29 void (*on_read)(void); /* callback on message read */ member
/third_party/libuv/docs/code/dns/
H A Dmain.c13 void on_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in on_read() function
/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc51 void QUICListener::on_read() { in on_read() function in shrpx::QUICListener
H A Dshrpx_health_monitor_downstream_connection.cc97 int HealthMonitorDownstreamConnection::on_read() { return 0; } in on_read() function in shrpx::HealthMonitorDownstreamConnection
H A Dshrpx_null_downstream_connection.cc73 int NullDownstreamConnection::on_read() { return 0; } in on_read() function in shrpx::NullDownstreamConnection
H A Dh2load_http1_session.cc216 int Http1Session::on_read(const uint8_t *data, size_t len) { in on_read() function in h2load::Http1Session
H A Dh2load_http3_session.cc120 int Http3Session::on_read(const uint8_t *data, size_t len) { return -1; } in on_read() function in h2load::Http3Session
H A Dh2load_http2_session.cc273 int Http2Session::on_read(const uint8_t *data, size_t len) { in on_read() function in h2load::Http2Session
H A Dshrpx_memcached_connection.cc257 int MemcachedConnection::on_read() { return do_read_(*this); } in on_read() function in shrpx::MemcachedConnection
H A Dshrpx_dns_resolver.cc182 int DNSResolver::on_read(int fd) { return handle_event(fd, ARES_SOCKET_BAD); } in on_read() function in shrpx::DNSResolver
H A Dshrpx_http2_downstream_connection.cc581 int Http2DownstreamConnection::on_read() { return 0; } in on_read() function in shrpx::Http2DownstreamConnection
H A Dshrpx_api_downstream_connection.cc462 int APIDownstreamConnection::on_read() { return 0; } in on_read() function in shrpx::APIDownstreamConnection
H A Dshrpx_live_check.cc589 int LiveCheck::on_read(const uint8_t *data, size_t len) { in on_read() function in shrpx::LiveCheck
H A Dshrpx_http_downstream_connection.cc1589 int HttpDownstreamConnection::on_read() { return on_read_(*this); } in on_read() function in shrpx::HttpDownstreamConnection
H A Dshrpx_https_upstream.cc627 int HttpsUpstream::on_read() { in on_read() function in shrpx::HttpsUpstream
H A Dshrpx_downstream.cc731 int Downstream::on_read() { in on_read() function in shrpx::Downstream
H A Dh2load.cc1241 int Client::on_read(const uint8_t *data, size_t len) { in on_read() function in h2load::Client
/third_party/libuv/docs/code/udp-dhcp/
H A Dmain.c17 void on_read(uv_udp_t *req, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsigned flags) { in on_read() function
/third_party/libuv/test/
H A Dbenchmark-spawn.c91 static void on_read(uv_stream_t* pipe, ssize_t nread, const uv_buf_t* buf) { in on_read() function
H A Dtest-stdio-over-pipes.c97 static void on_read(uv_stream_t* pipe, ssize_t nread, const uv_buf_t* rdbuf) { in on_read() function
H A Dtest-ipc.c143 static void on_read(uv_stream_t* handle, in on_read() function
H A Dtest-spawn.c132 static void on_read(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in on_read() function
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image_pipeline.cpp38 auto on_read = [&](std::size_t x, std::uint8_t* data) in test_image_buffer_exact_reads() local
65 auto on_read = [&](std::size_t x, std::uint8_t* data) in test_image_buffer_smaller_reads() local
93 auto on_read = [&](std::size_t x, std::uint8_t* data) in test_image_buffer_larger_reads() local
118 auto on_read = [&](std::size_t x, std::uint8_t* data) in test_image_buffer_uncapped_remaining_bytes() local
144 auto on_read = [&](std::size_t x, std::uint8_t* data) in test_image_buffer_capped_remaining_bytes() local
[all...]

Completed in 22 milliseconds

12