Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc117 out_offset_.byte_idx = unwind_byte_idx; in UnwindIfThrottled()
118 out_offset_.slice_idx = unwind_slice_idx; in UnwindIfThrottled()
127 bool AllSlicesSent() { return out_offset_.slice_idx == buf_.count; } in AllSlicesSent()
132 out_offset_.slice_idx = 0; in PrepareForSends()
133 out_offset_.byte_idx = 0; in PrepareForSends()
176 OutgoingOffset out_offset_; member in grpc_core::TcpZerocopySendRecord
1289 *unwind_slice_idx = out_offset_.slice_idx; in PopulateIovs()
1290 *unwind_byte_idx = out_offset_.byte_idx; in PopulateIovs()
1292 out_offset_.slice_idx != buf_.count && iov_size != MAX_WRITE_IOVEC; in PopulateIovs()
1295 GRPC_SLICE_START_PTR(buf_.slices[out_offset_.slice_idx]) + in PopulateIovs()
[all …]