Home
last modified time | relevance | path

Searched defs:IoResult (Results 1 – 25 of 83) sorted by relevance

1234

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tungstenite-0.13.0/src/
H A Dstream.rs28 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay()
32 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
39 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
46 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
76 fn flush(&mut self) -> IoResult<()> { in flush()
85 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/flame-0.2.2/src/
H A Dhtml.rs5 pub fn dump_html_custom<W: Write>(mut out: W, spans: &[Span]) -> IoResult<()> { in dump_html_custom()
6 fn dump_spans<W: Write>(out: &mut W, span: &Span) -> IoResult<()> { in dump_html_custom()
75 pub fn dump_html<W: Write>(out: W) -> IoResult<()> { in dump_html()
/dports/security/acmed/acmed-0.18.0/cargo-crates/attohttpc-0.17.0/src/request/
H A Dbody.rs24 fn write<W: Write>(&mut self, writer: W) -> IoResult<()>; in write()
41 fn write<W: Write>(&mut self, _writer: W) -> IoResult<()> { in write()
56 fn write<W: Write>(&mut self, mut writer: W) -> IoResult<()> { in write()
71 fn write<W: Write>(&mut self, mut writer: W) -> IoResult<()> { in write()
86 fn write<W: Write>(&mut self, mut writer: W) -> IoResult<()> { in write()
96 pub fn close(mut self) -> IoResult<()> { in close()
109 fn flush(&mut self) -> IoResult<()> { in flush()
132 fn write<W: Write>(&mut self, writer: W) -> IoResult<()> { in write()
/dports/net/oha/oha-0.4.7/cargo-crates/tungstenite-0.12.0/src/
H A Dstream.rs26 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay()
30 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
37 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
67 fn flush(&mut self) -> IoResult<()> { in flush()
76 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tungstenite-0.12.0/src/
H A Dstream.rs26 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay()
30 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
37 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
67 fn flush(&mut self) -> IoResult<()> { in flush()
76 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-rtcompat/src/
H A Dtest.rs15 fn small_delay<R: Runtime>(runtime: &R) -> IoResult<()> { in small_delay()
28 fn small_timeout_ok<R: Runtime>(runtime: &R) -> IoResult<()> { in small_timeout_ok()
39 fn small_timeout_expire<R: Runtime>(runtime: &R) -> IoResult<()> { in small_timeout_expire()
58 fn tiny_wallclock<R: Runtime>(runtime: &R) -> IoResult<()> { in tiny_wallclock()
79 fn self_connect<R: Runtime>(runtime: &R) -> IoResult<()> { in self_connect()
113 fn listener_stream<R: Runtime>(runtime: &R) -> IoResult<()> { in listener_stream()
160 fn simple_tls<R: Runtime>(runtime: &R) -> IoResult<()> { in simple_tls()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dasync-win32.h59 struct IoResult { struct
70 virtual Promise<IoResult> onComplete() = 0; argument
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dasync-win32.h61 struct IoResult { struct
72 virtual Promise<IoResult> onComplete() = 0; argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/qr2term-0.2.2/src/
H A Drender.rs16 pub fn render<W: Write>(&self, matrix: &Matrix<Color>, target: &mut W) -> IoResult<()> { in render()
75 fn black_above_white<W: Write>(&self, target: &mut W) -> IoResult<()> { in black_above_white()
80 fn white_above_black<W: Write>(&self, target: &mut W) -> IoResult<()> { in white_above_black()
85 fn black_above_black<W: Write>(&self, target: &mut W) -> IoResult<()> { in black_above_black()
90 fn white_above_white<W: Write>(&self, target: &mut W) -> IoResult<()> { in white_above_white()
95 fn newline<W: Write>(&self, target: &mut W) -> IoResult<()> { in newline()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/stream/
H A Ddata.rs183 ) -> Poll<IoResult<()>> { in poll_read()
196 fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_flush()
199 fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_close()
210 fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_flush()
214 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_shutdown()
257 ) -> Poll<IoResult<()>> { in poll_flush_impl()
348 fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_flush()
352 fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_close()
363 fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_flush()
367 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<IoResult<()>> { in poll_shutdown()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/websocket-0.26.2/src/client/
H A Dsync.rs68 pub fn shutdown_sender(&self) -> IoResult<()> { in shutdown_sender()
74 pub fn shutdown_receiver(&self) -> IoResult<()> { in shutdown_receiver()
85 pub fn shutdown(&self) -> IoResult<()> { in shutdown()
103 pub fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
108 pub fn set_nonblocking(&self, nonblocking: bool) -> IoResult<()> { in set_nonblocking()
/dports/www/websocat/websocat-1.9.0/cargo-crates/websocket-0.26.2/src/client/
H A Dsync.rs68 pub fn shutdown_sender(&self) -> IoResult<()> { in shutdown_sender()
74 pub fn shutdown_receiver(&self) -> IoResult<()> { in shutdown_receiver()
85 pub fn shutdown(&self) -> IoResult<()> { in shutdown()
103 pub fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
108 pub fn set_nonblocking(&self, nonblocking: bool) -> IoResult<()> { in set_nonblocking()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/websocket-0.26.2/src/
H A Dsender.rs51 pub fn shutdown(&self) -> IoResult<()> { in shutdown()
57 pub fn shutdown_all(&self) -> IoResult<()> { in shutdown_all()
H A Dreceiver.rs61 pub fn shutdown(&self) -> IoResult<()> { in shutdown()
67 pub fn shutdown_all(&self) -> IoResult<()> { in shutdown_all()
/dports/www/websocat/websocat-1.9.0/cargo-crates/websocket-0.26.2/src/
H A Dsender.rs51 pub fn shutdown(&self) -> IoResult<()> { in shutdown()
57 pub fn shutdown_all(&self) -> IoResult<()> { in shutdown_all()
H A Dreceiver.rs61 pub fn shutdown(&self) -> IoResult<()> { in shutdown()
67 pub fn shutdown_all(&self) -> IoResult<()> { in shutdown_all()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-0.7.0/src/
H A Dwriting.rs24 type IoResult<T> = result::Result<T, io::Error>; typedef
113 absgp :u64) -> IoResult<()> { in write_packet()
182 last_page :bool) -> IoResult<()> { in write_page()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-0.7.0/src/
H A Dwriting.rs24 type IoResult<T> = result::Result<T, io::Error>; typedef
113 absgp :u64) -> IoResult<()> { in write_packet()
182 last_page :bool) -> IoResult<()> { in write_page()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-0.8.0/src/
H A Dwriting.rs24 type IoResult<T> = result::Result<T, io::Error>; typedef
129 absgp :u64) -> IoResult<()> { in write_packet()
198 last_page :bool) -> IoResult<()> { in write_page()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ogg-0.8.0/src/
H A Dwriting.rs24 type IoResult<T> = result::Result<T, io::Error>; typedef
129 absgp :u64) -> IoResult<()> { in write_packet()
198 last_page :bool) -> IoResult<()> { in write_page()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ogg-0.8.0/src/
H A Dwriting.rs24 type IoResult<T> = result::Result<T, io::Error>; typedef
129 absgp :u64) -> IoResult<()> { in write_packet()
198 last_page :bool) -> IoResult<()> { in write_page()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-util-0.6.9/tests/
H A Dio_sync_bridge.rs11 ) -> IoResult<()> { in test_reader_len()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-util-0.6.9/tests/
H A Dio_sync_bridge.rs11 ) -> IoResult<()> { in test_reader_len()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-util-0.6.9/tests/
H A Dio_sync_bridge.rs11 ) -> IoResult<()> { in test_reader_len()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-util-0.6.9/tests/
H A Dio_sync_bridge.rs11 ) -> IoResult<()> { in test_reader_len()

1234