Searched refs:ZSTD_CCtx (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | zstd_lib.h | 259 typedef struct ZSTD_CCtx_s ZSTD_CCtx; typedef 260 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void); 271 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, 602 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx, 1122 ZSTDLIB_API size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx, 1593 ZSTD_generateSequences(ZSTD_CCtx* zc, 1647 ZSTD_compressSequences(ZSTD_CCtx* cctx, 1672 ZSTD_compressSequencesAndLiterals(ZSTD_CCtx* cctx, 1956 size_t ZSTD_compress_advanced(ZSTD_CCtx* cctx, 2403 ZSTD_CCtx* cctx, [all …]
|
| H A D | zstd.h | 175 typedef ZSTD_CCtx zstd_cctx;
|
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress.c | 95 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() 117 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() 127 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() 132 cctx = (ZSTD_CCtx*)ZSTD_cwksp_reserve_object(&ws, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx() 176 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() 1220 ZSTD_CCtx* cctx, in ZSTD_CCtx_loadDictionary_advanced() 1824 size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) in ZSTD_toFlushNow() 2517 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx() 5352 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal() 6359 size_t ZSTD_compress2(ZSTD_CCtx* cctx, in ZSTD_compress2() [all …]
|
| H A D | zstd_compress_superblock.h | 28 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc,
|
| H A D | zstd_compress_internal.h | 140 const SeqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx); /* compress & dictBuilder */ 1516 size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx, 1559 size_t ZSTD_compressBegin_advanced_internal(ZSTD_CCtx* cctx, 1569 size_t ZSTD_compress_advanced_internal(ZSTD_CCtx* cctx, 1593 void ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_t nbSeq); 1602 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize); 1615 size_t ZSTD_compressBegin_usingCDict_deprecated(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict); 1617 size_t ZSTD_compressContinue_public(ZSTD_CCtx* cctx, 1621 size_t ZSTD_compressEnd_public(ZSTD_CCtx* cctx, 1625 size_t ZSTD_compressBlock_deprecated(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* sr…
|
| H A D | zstd_compress_superblock.c | 666 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
|
| /linux-6.15/lib/zstd/common/ |
| H A D | zstd_internal.h | 288 void ZSTD_invalidateRepCodes(ZSTD_CCtx* cctx); /* zstdmt, adaptive_compression (shouldn't get thi…
|
| /linux-6.15/fs/bcachefs/ |
| H A D | compress.c | 398 ZSTD_CCtx *ctx = zstd_init_cctx(workspace, c->zstd_workspace_size); in attempt_compress()
|