| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 109 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 D | zstdmt_compress.c | 344 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 D | ccp_hardware.c | 459 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 D | streaming_memory_usage.c | 84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main() local
|
| H A D | streaming_compression.c | 34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
|
| H A D | dictionary_compression.c | 43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress() local
|
| H A D | multiple_streaming_compression.c | 28 ZSTD_CCtx* cctx; member
|
| H A D | multiple_simple_compression.c | 22 ZSTD_CCtx* cctx; member
|
| H A D | streaming_compression_thread_pool.c | 46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 202 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 D | fileio.c | 897 ZSTD_CStream* cctx; member
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 13180 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 D | zfs_zstd.c | 372 ZSTD_CCtx *cctx; in zfs_zstd_compress() local
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_resolver.c | 2924 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 D | cover.c | 794 ZSTD_CCtx *cctx; in COVER_checkTotalCompressedSize() local
|