Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c109 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
133 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
149 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
160 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
187 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
1448 size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) in ZSTD_toFlushNow()
3474 size_t ZSTD_compressEnd (ZSTD_CCtx* cctx, in ZSTD_compressEnd()
3532 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal()
3558 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx()
3574 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress() local
[all …]
H A Dzstdmt_compress.c344 ZSTD_CCtx* cctx[1]; /* variable size */ member
415 { ZSTD_CCtx* const cctx = cctxPool->cctx[cctxPool->availCCtx]; in ZSTDMT_getCCtx() local
424 static void ZSTDMT_releaseCCtx(ZSTDMT_CCtxPool* pool, ZSTD_CCtx* cctx) in ZSTDMT_releaseCCtx()
665 ZSTD_CCtx* const cctx = ZSTDMT_getCCtx(job->cctxPool); in ZSTDMT_compressionJob() local
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c459 struct ccp_completion_ctx *cctx; in ccp_intr_handle_error() local
542 struct ccp_completion_ctx *cctx; in ccp_intr_run_completions() local
851 const struct ccp_completion_ctx *cctx) in ccp_passthrough()
889 const struct ccp_completion_ctx *cctx) in ccp_passthrough_sgl()
1075 struct sglist *sgl_dst, const struct ccp_completion_ctx *cctx) in ccp_sha()
1260 const struct ccp_completion_ctx *cctx) in ccp_do_hmac()
1399 enum ccp_cipher_dir dir, const struct ccp_completion_ctx *cctx) in ccp_do_xts()
1469 struct cryptop *crp, const struct ccp_completion_ctx *cctx) in ccp_do_blkcipher()
/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main() local
H A Dstreaming_compression.c34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
H A Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress() local
H A Dmultiple_streaming_compression.c28 ZSTD_CCtx* cctx; member
H A Dmultiple_simple_compression.c22 ZSTD_CCtx* cctx; member
H A Dstreaming_compression_thread_pool.c46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c202 ZSTD_CCtx* cctx; member
235 ZSTD_CCtx* const cctx = (ZSTD_CCtx*)addArgs; in local_defaultCompress() local
313 ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in BMK_benchMemAdvancedNoAlloc()
585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced() local
H A Dfileio.c897 ZSTD_CStream* cctx; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c13180 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
13231 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
13258 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
14341 size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) in ZSTD_toFlushNow()
15876 size_t ZSTD_compressContinue (ZSTD_CCtx* cctx, in ZSTD_compressContinue()
16296 size_t ZSTD_compressEnd (ZSTD_CCtx* cctx, in ZSTD_compressEnd()
16355 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal()
16381 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx()
17047 size_t ZSTD_compressStream2( ZSTD_CCtx* cctx, in ZSTD_compressStream2()
17134 ZSTD_CCtx* cctx, in ZSTD_compressStream2_simpleArgs()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c372 ZSTD_CCtx *cctx; in zfs_zstd_compress() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.c2924 ngx_resolver_ctx_t *cctx; in ngx_resolver_resolve_srv_names() local
2990 ngx_resolver_srv_names_handler(ngx_resolver_ctx_t *cctx) in ngx_resolver_srv_names_handler()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.c794 ZSTD_CCtx *cctx; in COVER_checkTotalCompressedSize() local