Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs133 enum SendOption { enum
140 impl Default for SendOption { implementation
1633 fn output(&mut self, now: Instant) -> SendOption { in output()
1734 fn output_close(&mut self, close: ClosingFrame) -> Res<SendOption> { in output_close()
1962 fn output_path(&mut self, path: &PathRef, now: Instant) -> Res<SendOption> { in output_path()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs133 enum SendOption { enum
140 impl Default for SendOption { implementation
1633 fn output(&mut self, now: Instant) -> SendOption { in output()
1734 fn output_close(&mut self, close: ClosingFrame) -> Res<SendOption> { in output_close()
1962 fn output_path(&mut self, path: &PathRef, now: Instant) -> Res<SendOption> { in output_path()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs133 enum SendOption { enum
140 impl Default for SendOption { implementation
1645 fn output(&mut self, now: Instant) -> SendOption { in output()
1746 fn output_close(&mut self, close: ClosingFrame) -> Res<SendOption> { in output_close()
1999 fn output_path(&mut self, path: &PathRef, now: Instant) -> Res<SendOption> { in output_path()