Home
last modified time | relevance | path

Searched refs:Interrupted (Results 1 – 25 of 3463) sorted by relevance

12345678910>>...139

/dports/www/firefox/firefox-99.0/third_party/rust/interrupt-support/src/
H A Dlib.rs18 fn err_if_interrupted(&self) -> Result<(), Interrupted> { in err_if_interrupted() argument
20 return Err(Interrupted); in err_if_interrupted()
38 pub struct Interrupted; struct
40 impl std::fmt::Display for Interrupted { implementation
46 impl std::error::Error for Interrupted {} implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/interrupt-support/src/
H A Dlib.rs18 fn err_if_interrupted(&self) -> Result<(), Interrupted> { in err_if_interrupted() argument
20 return Err(Interrupted); in err_if_interrupted()
38 pub struct Interrupted; struct
40 impl std::fmt::Display for Interrupted { implementation
46 impl std::error::Error for Interrupted {} implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/interrupt-support/src/
H A Dlib.rs18 fn err_if_interrupted(&self) -> Result<(), Interrupted> { in err_if_interrupted() argument
20 return Err(Interrupted); in err_if_interrupted()
38 pub struct Interrupted; struct
40 impl std::fmt::Display for Interrupted { implementation
46 impl std::error::Error for Interrupted {} implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/interrupt-support/src/
H A Dlib.rs18 fn err_if_interrupted(&self) -> Result<(), Interrupted> { in err_if_interrupted() argument
20 return Err(Interrupted); in err_if_interrupted()
38 pub struct Interrupted; struct
40 impl std::fmt::Display for Interrupted { implementation
46 impl std::error::Error for Interrupted {} implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-decompressor-2.3.2/src/
H A Dio_wrappers.rs53 ErrorKind::Interrupted => continue, in write()
66 ErrorKind::Interrupted => continue, in flush()
84 ErrorKind::Interrupted => continue, in read()
101 ErrorKind::Interrupted => continue, in read()
118 ErrorKind::Interrupted => continue, in flush()
131 ErrorKind::Interrupted => continue, in write()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli-decompressor/src/
H A Dio_wrappers.rs53 ErrorKind::Interrupted => continue, in write()
66 ErrorKind::Interrupted => continue, in flush()
84 ErrorKind::Interrupted => continue, in read()
101 ErrorKind::Interrupted => continue, in read()
118 ErrorKind::Interrupted => continue, in flush()
131 ErrorKind::Interrupted => continue, in write()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-decompressor-2.3.2/src/
H A Dio_wrappers.rs53 ErrorKind::Interrupted => continue, in write()
66 ErrorKind::Interrupted => continue, in flush()
84 ErrorKind::Interrupted => continue, in read()
101 ErrorKind::Interrupted => continue, in read()
118 ErrorKind::Interrupted => continue, in flush()
131 ErrorKind::Interrupted => continue, in write()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTNamedPipeServerTransport.cs126 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in AcceptImpl()
133 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in AcceptImpl()
210 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in Read()
217 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in Read()
261 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in Write()
268 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in Write()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Transport/
H A DTNamedPipeServerTransport.cs126 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in AcceptImpl()
133 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in AcceptImpl()
210 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in Read()
217 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in Read()
261 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in Write()
268 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in Write()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTNamedPipeServerTransport.cs126 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in AcceptImpl()
133 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in AcceptImpl()
210 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in Read()
217 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in Read()
261 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted); in Write()
268 … eOuter = new TTransportException(TTransportException.ExceptionType.Interrupted, e.Message, e); in Write()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15/src/
H A Derror.rs6 use interrupt_support::Interrupted;
109 Interrupted(#[fail(cause)] Interrupted), enumerator
123 (Interrupted, Interrupted),
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/fs_extra-1.1.0/src/
H A Derror.rs19 Interrupted, enumerator
44 ErrorKind::Interrupted => "operation interrupted", in as_str()
152 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fs_extra-1.1.0/src/
H A Derror.rs19 Interrupted, enumerator
44 ErrorKind::Interrupted => "operation interrupted", in as_str()
152 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra-1.1.0/src/
H A Derror.rs19 Interrupted, enumerator
44 ErrorKind::Interrupted => "operation interrupted", in as_str()
152 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/maple/src.9/
H A Dtm_maple_9.c54 static int Interrupted = 0; variable
59 Interrupted = TRUE; in catch_intr()
69 if (Interrupted) { in queryInterrupt()
70 Interrupted = 0; in queryInterrupt()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/fs_extra-1.2.0/src/
H A Derror.rs18 Interrupted, enumerator
43 ErrorKind::Interrupted => "operation interrupted", in as_str()
149 IoErrorKind::Interrupted => err_kind = ErrorKind::Interrupted, in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webext-storage/src/
H A Derror.rs5 use interrupt_support::Interrupted;
36 InterruptedError(#[from] Interrupted),
65 (InterruptedError, Interrupted),

12345678910>>...139