Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc712 size_t total_read_bytes = 0; in tcp_do_read() local
757 if (read_bytes <= 0 && total_read_bytes > 0) { in tcp_do_read()
795 tcp->incoming_buffer->length - total_read_bytes); in tcp_do_read()
811 total_read_bytes += read_bytes; in tcp_do_read()
812 if (tcp->inq == 0 || total_read_bytes == tcp->incoming_buffer->length) { in tcp_do_read()
843 GPR_DEBUG_ASSERT(total_read_bytes > 0); in tcp_do_read()
844 if (total_read_bytes < tcp->incoming_buffer->length) { in tcp_do_read()
846 tcp->incoming_buffer->length - total_read_bytes, in tcp_do_read()