Home
last modified time | relevance | path

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

/third_party/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 …]