Searched refs:ZSTD_CCtx (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | zstd_lib.h | 185 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 D | zstd.h | 141 typedef ZSTD_CCtx zstd_cctx;
|
/linux/lib/zstd/compress/ |
A D | zstd_compress.c | 74 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 D | zstd_compress_superblock.h | 27 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc,
|
A D | zstd_compress_internal.h | 1142 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 D | zstd_compress_superblock.c | 830 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
|
/linux/lib/zstd/common/ |
A D | zstd_internal.h | 394 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