Home
last modified time | relevance | path

Searched refs:outgoing_byte_idx (Results 1 – 2 of 2) 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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc381 size_t outgoing_byte_idx; member
985 tcp->outgoing_byte_idx = 0; in tcp_get_send_zerocopy_record()
1429 unwind_byte_idx = tcp->outgoing_byte_idx; in tcp_flush()
1436 tcp->outgoing_byte_idx; in tcp_flush()
1439 tcp->outgoing_byte_idx; in tcp_flush()
1442 tcp->outgoing_byte_idx = 0; in tcp_flush()
1475 tcp->outgoing_byte_idx = unwind_byte_idx; in tcp_flush()
1495 GPR_ASSERT(tcp->outgoing_byte_idx == 0); in tcp_flush()
1505 tcp->outgoing_byte_idx = slice_length - trailing; in tcp_flush()
1600 tcp->outgoing_byte_idx = 0; in tcp_write()