Searched refs:ZSTD_CCtx (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | zstd_lib.h | 193 typedef struct ZSTD_CCtx_s ZSTD_CCtx; typedef 194 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void); 205 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, 513 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx, 704 ZSTDLIB_API size_t ZSTD_compressStream2( ZSTD_CCtx* cctx, 814 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx, 985 ZSTDLIB_API size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx, 1657 size_t ZSTD_compress_advanced(ZSTD_CCtx* cctx, 1668 size_t ZSTD_compress_usingCDict_advanced(ZSTD_CCtx* cctx, 2001 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params); [all …]
|
A D | zstd.h | 141 typedef ZSTD_CCtx zstd_cctx;
|
/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_compress.c | 89 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() 111 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() 121 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() 126 cctx = (ZSTD_CCtx*)ZSTD_cwksp_reserve_object(&ws, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx() 129 ZSTD_memset(cctx, 0, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx() 169 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() 1568 size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) in ZSTD_toFlushNow() 2207 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx() 4584 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal() 4627 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress() [all …]
|
A D | zstd_compress_superblock.h | 27 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc,
|
A D | zstd_compress_internal.h | 1353 size_t ZSTD_compressBegin_advanced_internal(ZSTD_CCtx* cctx, 1363 size_t ZSTD_compress_advanced_internal(ZSTD_CCtx* cctx, 1388 size_t ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_t nbSeq); 1397 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
|
A D | zstd_compress_superblock.c | 551 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
|
/linux-6.3-rc2/lib/zstd/common/ |
A D | zstd_internal.h | 344 const seqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx); /* compress & dictBuilder */ 412 void ZSTD_invalidateRepCodes(ZSTD_CCtx* cctx); /* zstdmt, adaptive_compression (shouldn't get thi…
|
Completed in 32 milliseconds