Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs475 pub send: SendBuf,
500 send: SendBuf::new(max_tx_data), in new()
882 pub struct SendBuf { struct
905 impl SendBuf { impl
907 fn new(max_data: u64) -> SendBuf { in new() argument
908 SendBuf { in new()
910 ..SendBuf::default() in new()
1771 let mut send = SendBuf::new(std::u64::MAX); in empty_write()
1781 let mut send = SendBuf::new(std::u64::MAX); in multi_write()
1802 let mut send = SendBuf::new(std::u64::MAX); in split_write()
[all …]