Home
last modified time | relevance | path

Searched defs:CCtx (Results 1 – 25 of 33) sorted by relevance

12

/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-safe-2.0.3+zstd.1.4.4/src/
H A Dlib.rs243 pub struct CCtx<'a>(*mut zstd_sys::ZSTD_CCtx, PhantomData<&'a ()>); struct
245 impl<'a> Default for CCtx<'a> { implementation
255 impl<'a> Drop for CCtx<'a> { implementation
263 unsafe impl<'a> Send for CCtx<'a> {} implementation
297 ctx: &mut CCtx, in compress_cctx()
391 ctx: &mut CCtx, in compress_using_dict()
489 cctx: &mut CCtx, in compress_using_cdict()
727 cctx: &mut CCtx, in compress_stream2()
1068 pub fn cctx_load_dictionary(cctx: &mut CCtx, dict: &[u8]) -> SafeResult { in cctx_load_dictionary()
1616 cctx: &mut CCtx, in cctx_set_pledged_src_size()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-safe-2.0.6+zstd.1.4.7/src/
H A Dlib.rs190 pub struct CCtx<'a>(*mut zstd_sys::ZSTD_CCtx, PhantomData<&'a ()>); struct
192 impl<'a> Default for CCtx<'a> { implementation
202 impl<'a> Drop for CCtx<'a> { implementation
210 unsafe impl<'a> Send for CCtx<'a> {} implementation
242 ctx: &mut CCtx, in compress_cctx()
324 ctx: &mut CCtx, in compress_using_dict()
399 cctx: &mut CCtx, in compress_using_cdict()
634 cctx: &mut CCtx, in compress_stream2()
886 pub fn cctx_load_dictionary(cctx: &mut CCtx, dict: &[u8]) -> SafeResult { in cctx_load_dictionary()
1143 cctx: &mut CCtx, in cctx_set_pledged_src_size()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-safe-3.1.0+zstd.1.4.9/src/
H A Dlib.rs192 impl<'a> Default for CCtx<'a> { implementation
198 impl CCtx<'static> { impl
205 impl<'a> CCtx<'a> { implementation
542 impl<'a> Drop for CCtx<'a> { implementation
550 unsafe impl<'a> Send for CCtx<'a> {} implementation
582 ctx: &mut CCtx, in compress_cctx()
859 ctx: &mut CCtx, in compress_using_dict()
942 cctx: &mut CCtx, in compress_using_cdict()
1179 cctx: &mut CCtx, in compress_stream2()
1562 cctx: &mut CCtx, in cctx_set_pledged_src_size()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-safe-3.1.0+zstd.1.4.9/src/
H A Dlib.rs192 impl<'a> Default for CCtx<'a> { implementation
198 impl CCtx<'static> { implementation
205 impl<'a> CCtx<'a> { impl
542 impl<'a> Drop for CCtx<'a> { implementation
550 unsafe impl<'a> Send for CCtx<'a> {} implementation
582 ctx: &mut CCtx, in compress_cctx()
859 ctx: &mut CCtx, in compress_using_dict()
942 cctx: &mut CCtx, in compress_using_cdict()
1179 cctx: &mut CCtx, in compress_stream2()
1562 cctx: &mut CCtx, in cctx_set_pledged_src_size()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-safe-3.0.0+zstd.1.4.8/src/
H A Dlib.rs192 impl<'a> Default for CCtx<'a> { implementation
198 impl CCtx<'static> { impl
205 impl<'a> CCtx<'a> { implementation
535 impl<'a> Drop for CCtx<'a> { implementation
543 unsafe impl<'a> Send for CCtx<'a> {} implementation
575 ctx: &mut CCtx, in compress_cctx()
848 ctx: &mut CCtx, in compress_using_dict()
931 cctx: &mut CCtx, in compress_using_cdict()
1168 cctx: &mut CCtx, in compress_stream2()
1551 cctx: &mut CCtx, in cctx_set_pledged_src_size()
[all …]
/dports/archivers/py-zstandard/zstandard-0.16.0/rust-ext/src/
H A Dzstd_safe.rs106 pub struct CCtx<'a>(*mut zstd_sys::ZSTD_CCtx, PhantomData<&'a ()>); struct
108 impl<'a> Drop for CCtx<'a> { implementation
116 unsafe impl<'a> Send for CCtx<'a> {} implementation
117 unsafe impl<'a> Sync for CCtx<'a> {} implementation
119 impl<'a> CCtx<'a> { implementation
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp73 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp79 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp79 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp79 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp79 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp80 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp79 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp907 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp904 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp904 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp904 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp907 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/linux-kernel/test/
H A DUserlandTest.cpp257 TEST(Block, CCtx) { in TEST() argument

12