Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc94 size_t outgoing_byte_idx; member
801 unwind_byte_idx = tcp->outgoing_byte_idx; in tcp_flush()
808 tcp->outgoing_byte_idx; in tcp_flush()
811 tcp->outgoing_byte_idx; in tcp_flush()
814 tcp->outgoing_byte_idx = 0; in tcp_flush()
839 tcp->outgoing_byte_idx = unwind_byte_idx; in tcp_flush()
858 GPR_ASSERT(tcp->outgoing_byte_idx == 0); in tcp_flush()
868 tcp->outgoing_byte_idx = slice_length - trailing; in tcp_flush()
939 tcp->outgoing_byte_idx = 0; in tcp_write()