Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dzstd_lib.h193 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 Dzstd.h141 typedef ZSTD_CCtx zstd_cctx;
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress.c89 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 Dzstd_compress_superblock.h27 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc,
A Dzstd_compress_internal.h1353 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 Dzstd_compress_superblock.c551 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
/linux-6.3-rc2/lib/zstd/common/
A Dzstd_internal.h344 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