Home
last modified time | relevance | path

Searched refs:tcp_flush_zerocopy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_posix.cc1699 static bool tcp_flush_zerocopy(grpc_tcp* tcp, TcpZerocopySendRecord* record, in tcp_flush_zerocopy() function
1840 ? tcp_flush_zerocopy(tcp, tcp->current_zerocopy_send, &error) in tcp_handle_write()
1910 ? tcp_flush_zerocopy(tcp, zerocopy_send_record, &error) in tcp_write()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1629 static bool tcp_flush_zerocopy(grpc_tcp* tcp, TcpZerocopySendRecord* record, in tcp_flush_zerocopy() function
1770 ? tcp_flush_zerocopy(tcp, tcp->current_zerocopy_send, &error) in tcp_handle_write()
1840 ? tcp_flush_zerocopy(tcp, zerocopy_send_record, &error) in tcp_write()