Home
last modified time | relevance | path

Searched defs:SendBuf (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/
Dstream.rs1113 pub struct SendBuf { struct
1115 data: VecDeque<RangeBuf>,
1118 pos: usize,
1121 off: u64,
1125 emit_off: u64,
1149 impl SendBuf { argument
1151 fn new(max_data: u64) -> SendBuf { in new()