Home
last modified time | relevance | path

Searched defs:Chain (Results 101 – 125 of 3672) sorted by relevance

12345678910>>...147

/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/sys/unix/
H A Dzsysnum_netbsd_386.go11 SYS_FORK = 2 // { int|sys||fork(void); }
12 SYS_READ = 3 // { ssize_t|sys||read(int fd, void *buf, size_t nbyte); }
26 SYS_GETUID = 24 // { uid_t|sys||getuid_with_euid(void); }
35 SYS_ACCESS = 33 // { int|sys||access(const char *path, int flags); }
57 SYS_VFORK = 66 // { int|sys||vfork(void); }
76 …SYS_SETSOCKOPT = 105 // { int|sys||setsockopt(int s, int level, int name, const void *va…
94 SYS_SYSARCH = 165 // { int|sys||sysarch(int op, void *parms); }
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { implementation
34 impl<'a> Iterator for Chain<'a> { implementation
56 impl DoubleEndedIterator for Chain<'_> { implementation
75 impl ExactSizeIterator for Chain<'_> { implementation
93 impl Default for Chain<'_> { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/anyhow-1.0.42/src/
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { impl
34 impl<'a> Iterator for Chain<'a> { implementation
56 impl DoubleEndedIterator for Chain<'_> { implementation
75 impl ExactSizeIterator for Chain<'_> { implementation
93 impl Default for Chain<'_> { implementation
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/anyhow-1.0.38/src/
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { impl
34 impl<'a> Iterator for Chain<'a> { implementation
56 impl DoubleEndedIterator for Chain<'_> { implementation
75 impl ExactSizeIterator for Chain<'_> { implementation
93 impl Default for Chain<'_> { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/anyhow-1.0.44/src/
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { impl
35 impl<'a> Iterator for Chain<'a> { implementation
57 impl DoubleEndedIterator for Chain<'_> { implementation
76 impl ExactSizeIterator for Chain<'_> { implementation
94 impl Default for Chain<'_> { implementation
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/anyhow-1.0.43/src/
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { impl
34 impl<'a> Iterator for Chain<'a> { implementation
56 impl DoubleEndedIterator for Chain<'_> { implementation
75 impl ExactSizeIterator for Chain<'_> { implementation
93 impl Default for Chain<'_> { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-buf-0.1.1/src/util/
H A Dchain.rs10 pub struct Chain<T, U> { struct
15 impl<T, U> Chain<T, U> { argument
24 impl<T, U> BufStream for Chain<T, U> implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-buf-0.1.1/src/util/
H A Dchain.rs10 pub struct Chain<T, U> { struct
15 impl<T, U> Chain<T, U> { impl
24 impl<T, U> BufStream for Chain<T, U> implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-buf-0.1.1/src/util/
H A Dchain.rs10 pub struct Chain<T, U> { struct
15 impl<T, U> Chain<T, U> { argument
24 impl<T, U> BufStream for Chain<T, U> implementation
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-buf-0.1.1/src/util/
H A Dchain.rs10 pub struct Chain<T, U> { struct
15 impl<T, U> Chain<T, U> { impl
24 impl<T, U> BufStream for Chain<T, U> implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-util-0.3.7/src/stream/stream/
H A Dchain.rs10 pub struct Chain<St1, St2> { struct
17 // All interactions with `Pin<&mut Chain<..>>` happen through these methods argument
18 impl<St1, St2> Chain<St1, St2> impl
30 impl<St1, St2> FusedStream for Chain<St1, St2> implementation
39 impl<St1, St2> Stream for Chain<St1, St2> implementation
/dports/www/castor/castor-0.8.16/cargo-crates/futures-util-0.3.6/src/stream/stream/
H A Dchain.rs10 pub struct Chain<St1, St2> { struct
17 // All interactions with `Pin<&mut Chain<..>>` happen through these methods argument
18 impl<St1, St2> Chain<St1, St2> impl
30 impl<St1, St2> FusedStream for Chain<St1, St2> implementation
39 impl<St1, St2> Stream for Chain<St1, St2> implementation
/dports/net/traefik/traefik-2.6.1/pkg/tcp/
H A Dchain.go17 type Chain struct { struct
18 constructors []Constructor
30 func (c Chain) Then(h Handler) (Handler, error) {
55 func (c Chain) Append(constructors ...Constructor) Chain {
84 func (c Chain) Extend(chain Chain) Chain {
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/io/
H A Dchain.rs12 pub struct Chain<T, U> { struct
18 impl<T, U> Unpin for Chain<T, U> argument
25 impl<T, U> Chain<T, U> impl
74 impl<T, U> fmt::Debug for Chain<T, U> implementation
87 impl<T, U> AsyncRead for Chain<T, U> implementation
133 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/io/
H A Dchain.rs12 pub struct Chain<T, U> { struct
18 impl<T, U> Unpin for Chain<T, U> argument
25 impl<T, U> Chain<T, U> implementation
74 impl<T, U> fmt::Debug for Chain<T, U> implementation
87 impl<T, U> AsyncRead for Chain<T, U> implementation
133 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/io/
H A Dchain.rs12 pub struct Chain<T, U> { struct
18 impl<T, U> Unpin for Chain<T, U> argument
25 impl<T, U> Chain<T, U> impl
74 impl<T, U> fmt::Debug for Chain<T, U> implementation
87 impl<T, U> AsyncRead for Chain<T, U> implementation
133 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/io/
H A Dchain.rs12 pub struct Chain<T, U> { struct
18 impl<T, U> Unpin for Chain<T, U> implementation
25 impl<T, U> Chain<T, U> implementation
74 impl<T, U> fmt::Debug for Chain<T, U> implementation
88 impl<T, U> AsyncRead for Chain<T, U> implementation
134 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp12 // On AArch64, stack frames are structured as follows:
14 // The stack grows downward.
16 // All of the individual frame areas on the frame below are optional, i.e. it's
20 // At function entry, the "frame" looks as follows:
25 // | arguments passed on the stack |
74 // sp to be set up to be able to access all contents in the frame areas, in new()
89 // FIXME: also explain the redzone concept. in new()
137 #define DEBUG_TYPE "frame-info"
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/bytes-0.4.12/src/buf/
H A Dinto_buf.rs30 /// Creates a `Buf` from a value.
32 /// # Examples
35 /// use bytes::{Buf, IntoBuf, BigEndian};
/dports/multimedia/mlt7/mlt-7.0.1/src/mlt++/
H A DMltChain.cpp24 Chain::Chain( ) : in Chain() function in Chain
29 Chain::Chain( Profile& profile, const char *id, const char *service ) : in Chain() function in Chain
36 Chain::Chain( Profile& profile ) : in Chain() function in Chain
41 Chain::Chain( mlt_chain chain ) : in Chain() function in Chain
47 Chain::Chain( Chain& chain ) : in Chain() function in Chain
54 Chain::Chain( Chain* chain ) : in Chain() function in Chain
62 Chain::Chain( Service& chain ) : in Chain() function in Chain
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/mlt++/
H A DMltChain.cpp24 Chain::Chain( ) : in Chain() function in Chain
29 Chain::Chain( Profile& profile, const char *id, const char *service ) : in Chain() function in Chain
36 Chain::Chain( Profile& profile ) : in Chain() function in Chain
41 Chain::Chain( mlt_chain chain ) : in Chain() function in Chain
47 Chain::Chain( Chain& chain ) : in Chain() function in Chain
54 Chain::Chain( Chain* chain ) : in Chain() function in Chain
62 Chain::Chain( Service& chain ) : in Chain() function in Chain
/dports/databases/libdrizzle-redux/libdrizzle-5.1.4/libdrizzle/
H A Dstatement_local.h12 * * Redistributions of source code must retain the above copyright
26 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
40 #ifdef __cplusplus in new()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/doc/codewalk/
H A Dmarkov.go76 type Chain struct { struct
77 chain map[string][]string
78 prefixLen int
88 func (c *Chain) Build(r io.Reader) {
103 func (c *Chain) Generate(n int) string {
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.h8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
15 #ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUCALLLOWERING_H
23 class AMDGPUTargetLowering; in is_terminated()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/future/future/
H A Dchain.rs7 pub(crate) enum Chain<Fut1, Fut2, Data> { enum
13 impl<Fut1: Unpin, Fut2: Unpin, Data> Unpin for Chain<Fut1, Fut2, Data> {} implementation
15 impl<Fut1, Fut2, Data> Chain<Fut1, Fut2, Data> { implementation
21 impl<Fut1, Fut2, Data> Chain<Fut1, Fut2, Data> impl

12345678910>>...147