Searched refs:ZSTD_DCtx (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | zstd_lib.h | 216 typedef struct ZSTD_DCtx_s ZSTD_DCtx; typedef 217 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void); 225 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, 826 ZSTDLIB_API size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, 883 ZSTDLIB_API size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, 1039 ZSTDLIB_API size_t ZSTD_DCtx_refPrefix(ZSTD_DCtx* dctx, 1048 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx); 2148 size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format); 2157 ZSTD_DCtx* dctx, 2497 ZSTDLIB_STATIC_API size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx); [all …]
|
A D | zstd.h | 185 typedef ZSTD_DCtx zstd_dctx;
|
/linux-6.3-rc2/lib/zstd/decompress/ |
A D | zstd_decompress.c | 213 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx() 242 static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) in ZSTD_initDCtx_internal() 268 ZSTD_DCtx* const dctx = (ZSTD_DCtx*) workspace; in ZSTD_initStaticDCtx() 282 { ZSTD_DCtx* const dctx = (ZSTD_DCtx*)ZSTD_customMalloc(sizeof(*dctx), customMem); in ZSTD_createDCtx_internal() 295 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() 301 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict() 309 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() 327 void ZSTD_copyDCtx(ZSTD_DCtx* dstDCtx, const ZSTD_DCtx* srcDCtx) in ZSTD_copyDCtx() 1031 ZSTD_DCtx dctx; in ZSTD_decompress() 1376 size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) in ZSTD_decompressBegin() [all …]
|
A D | zstd_decompress_block.c | 108 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, 119 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() 1288 ZSTD_DCtx const* dctx, 1539 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, 1627 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, 1668 ZSTD_DCtx* dctx, 1851 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx, 1886 ZSTD_DCtx* dctx, 1931 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx, 1978 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, [all …]
|
A D | zstd_ddict.h | 40 void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict);
|
A D | zstd_decompress_block.h | 48 size_t ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx,
|
A D | zstd_decompress_internal.h | 225 void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst, size_t dstSize);
|
A D | zstd_ddict.c | 55 void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) in ZSTD_copyDDictParameters()
|
/linux-6.3-rc2/lib/zstd/common/ |
A D | zstd_internal.h | 430 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr,
|
Completed in 29 milliseconds