Home
last modified time | relevance | path

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

/linux/include/linux/
A Dzstd_lib.h185 typedef struct ZSTD_CCtx_s ZSTD_CCtx; typedef
186 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
197 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
502 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
693 ZSTDLIB_API size_t ZSTD_compressStream2( ZSTD_CCtx* cctx,
803 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
968 ZSTDLIB_API size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx,
1596 ZSTDLIB_API size_t ZSTD_compress_advanced(ZSTD_CCtx* cctx,
1890 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params);
1899 ZSTD_CCtx* cctx,
[all …]
A Dzstd.h141 typedef ZSTD_CCtx zstd_cctx;
/linux/lib/zstd/compress/
A Dzstd_compress.c74 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx()
96 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced()
106 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx()
111 cctx = (ZSTD_CCtx*)ZSTD_cwksp_reserve_object(&ws, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx()
114 ZSTD_memset(cctx, 0, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx()
154 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
1411 size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) in ZSTD_toFlushNow()
1981 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx()
3501 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal()
3545 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.h1142 size_t ZSTD_compressBegin_advanced_internal(ZSTD_CCtx* cctx,
1152 size_t ZSTD_compress_advanced_internal(ZSTD_CCtx* cctx,
1177 size_t ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_t nbSeq);
1186 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
A Dzstd_compress_superblock.c830 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
/linux/lib/zstd/common/
A Dzstd_internal.h394 const seqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx); /* compress & dictBuilder */
427 void ZSTD_invalidateRepCodes(ZSTD_CCtx* cctx); /* zstdmt, adaptive_compression (shouldn't get thi…

Completed in 31 milliseconds