Home
last modified time | relevance | path

Searched refs:on_write (Results 1 - 25 of 43) sorted by relevance

12

/third_party/libuv/docs/code/uvcat/
H A Dmain.c16 void on_write(uv_fs_t *req) { in on_write() function
36 uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1, on_write); in on_read() local
/third_party/libuv/test/
H A Dtest-tcp-read-stop-start.c42 static void on_write(uv_write_t* req, int status) { in on_write() function
70 do_write(stream, on_write); in on_read1()
/third_party/nghttp2/src/
H A Dh2load_session.h50 virtual int on_write() = 0;
H A Dh2load_http2_session.h43 virtual int on_write();
H A Dshrpx_health_monitor_downstream_connection.h50 virtual int on_write();
H A Dh2load_http1_session.h45 virtual int on_write();
H A Dh2load_http1_session.cc213 return on_write(); in submit_request()
244 int Http1Session::on_write() { in on_write() function in h2load::Http1Session
H A Dshrpx_downstream_connection.h58 virtual int on_write() = 0;
H A Dshrpx_null_downstream_connection.cc75 int NullDownstreamConnection::on_write() { return 0; } in on_write() function in shrpx::NullDownstreamConnection
H A Dshrpx_null_downstream_connection.h51 virtual int on_write();
H A Dshrpx_http2_downstream_connection.h58 virtual int on_write();
H A Dshrpx_api_downstream_connection.h82 virtual int on_write();
H A Dshrpx_health_monitor_downstream_connection.cc99 int HealthMonitorDownstreamConnection::on_write() { return 0; } in on_write() function in shrpx::HealthMonitorDownstreamConnection
H A Dshrpx_live_check.h79 int on_write();
H A Dshrpx_dns_resolver.h88 int on_write(int fd);
H A Dshrpx_live_check.cc501 if (on_write() != 0) { in write_tls()
570 if (on_write() != 0) { in write_clear()
626 int LiveCheck::on_write() { in on_write() function in shrpx::LiveCheck
H A Dshrpx_upstream.h44 virtual int on_write() = 0;
H A Dshrpx_http_downstream_connection.h63 virtual int on_write();
H A Dh2load_http3_session.h43 virtual int on_write();
H A Dshrpx_dns_resolver.cc95 resolv->on_write(w->fd); in writecb()
184 int DNSResolver::on_write(int fd) { return handle_event(ARES_SOCKET_BAD, fd); } in on_write() function in shrpx::DNSResolver
H A Dshrpx_memcached_connection.cc75 if (mconn->on_write() != 0) { in writecb()
256 int MemcachedConnection::on_write() { return do_write_(*this); } in on_write() function in shrpx::MemcachedConnection
296 return on_write(); in tls_handshake()
H A Dshrpx_http2_upstream.h53 virtual int on_write();
H A Dshrpx_client_handler.h89 // Performs I/O operation. Internally calls on_read()/on_write().
95 int on_write();
H A Dshrpx_https_upstream.h49 virtual int on_write();
H A Dshrpx_memcached_connection.h111 int on_write();

Completed in 8 milliseconds

12