Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc410 void* outgoing_buffer_arg; member
636 &tcp->tb_head, tcp->outgoing_buffer_arg, in tcp_free()
639 tcp->outgoing_buffer_arg = nullptr; in tcp_free()
1037 tcp->fd, tcp->outgoing_buffer_arg); in tcp_write_with_timestamps()
1039 tcp->outgoing_buffer_arg = nullptr; in tcp_write_with_timestamps()
1269 if (tcp->outgoing_buffer_arg) { in tcp_shutdown_buffer_list()
1272 &tcp->tb_head, tcp->outgoing_buffer_arg, in tcp_shutdown_buffer_list()
1275 tcp->outgoing_buffer_arg = nullptr; in tcp_shutdown_buffer_list()
1347 if (tcp->outgoing_buffer_arg != nullptr) { in do_tcp_flush_zerocopy()
1452 if (tcp->outgoing_buffer_arg != nullptr) { in tcp_flush()
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc122 void* outgoing_buffer_arg; member
616 tcp->outgoing_buffer_arg); in tcp_write_with_timestamps()
618 tcp->outgoing_buffer_arg = nullptr; in tcp_write_with_timestamps()
823 if (tcp->outgoing_buffer_arg != nullptr) { in tcp_flush()
940 tcp->outgoing_buffer_arg = arg; in tcp_write()