Searched refs:tb_head (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 110 grpc_core::TracedBuffer* tb_head; /* List of traced buffers */ member 615 &tcp->tb_head, static_cast<int>(tcp->bytes_counter + length), in tcp_write_with_timestamps() 661 grpc_core::TracedBuffer::ProcessTimestamp(&tcp->tb_head, serr, tss); in process_timestamp() 743 grpc_core::TracedBuffer::Shutdown(&tcp->tb_head, GRPC_ERROR_REF(error)); in tcp_handle_error() 1075 tcp->tb_head = nullptr; in grpc_tcp_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 398 grpc_core::TracedBuffer* tb_head; /* List of traced buffers */ member 636 &tcp->tb_head, tcp->outgoing_buffer_arg, in tcp_free() 1036 &tcp->tb_head, static_cast<uint32_t>(tcp->bytes_counter + length), in tcp_write_with_timestamps() 1133 grpc_core::TracedBuffer::ProcessTimestamp(&tcp->tb_head, serr, opt_stats, in process_timestamp() 1272 &tcp->tb_head, tcp->outgoing_buffer_arg, in tcp_shutdown_buffer_list() 1814 tcp->tb_head = nullptr; in grpc_tcp_create()
|