Lines Matching refs:ZSTDv07_DCtx

78 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx_advanced(ZSTDv07_customMem customMem);
82 ZSTDLIBv07_API size_t ZSTDv07_sizeofDCtx(const ZSTDv07_DCtx* dctx);
89 ZSTDLIBv07_API size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx);
90 ZSTDLIBv07_API size_t ZSTDv07_decompressBegin_usingDict(ZSTDv07_DCtx* dctx, const void* dict, size_…
91 ZSTDLIBv07_API void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* preparedDCtx);
93 ZSTDLIBv07_API size_t ZSTDv07_nextSrcSizeToDecompress(ZSTDv07_DCtx* dctx);
94 ZSTDLIBv07_API size_t ZSTDv07_decompressContinue(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity,…
175 ZSTDLIBv07_API size_t ZSTDv07_decompressBlock(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, co…
176 ZSTDLIBv07_API size_t ZSTDv07_insertBlock(ZSTDv07_DCtx* dctx, const void* blockStart, size_t blockS…
2956 int ZSTDv07_isSkipFrame(ZSTDv07_DCtx* dctx);
2958 size_t ZSTDv07_sizeofDCtx (const ZSTDv07_DCtx* dctx) { return sizeof(*dctx); } in ZSTDv07_sizeofDCtx()
2960 size_t ZSTDv07_estimateDCtxSize(void) { return sizeof(ZSTDv07_DCtx); } in ZSTDv07_estimateDCtxSize()
2962 size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx) in ZSTDv07_decompressBegin()
2977 ZSTDv07_DCtx* ZSTDv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZSTDv07_createDCtx_advanced()
2979 ZSTDv07_DCtx* dctx; in ZSTDv07_createDCtx_advanced()
2987 dctx = (ZSTDv07_DCtx*) customMem.customAlloc(customMem.opaque, sizeof(ZSTDv07_DCtx)); in ZSTDv07_createDCtx_advanced()
2994 ZSTDv07_DCtx* ZSTDv07_createDCtx(void) in ZSTDv07_createDCtx()
2999 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) in ZSTDv07_freeDCtx()
3006 void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dstDCtx, const ZSTDv07_DCtx* srcDCtx) in ZSTDv07_copyDCtx()
3009 …sizeof(ZSTDv07_DCtx) - (ZSTDv07_BLOCKSIZE_ABSOLUTEMAX+WILDCOPY_OVERLENGTH + ZSTDv07_frameHeaderSiz… in ZSTDv07_copyDCtx()
3238 static size_t ZSTDv07_decodeFrameHeader(ZSTDv07_DCtx* dctx, const void* src, size_t srcSize) in ZSTDv07_decodeFrameHeader()
3284 static size_t ZSTDv07_decodeLiteralsBlock(ZSTDv07_DCtx* dctx, in ZSTDv07_decodeLiteralsBlock()
3665 ZSTDv07_DCtx* dctx, in ZSTDv07_decompressSequences()
3729 static void ZSTDv07_checkContinuity(ZSTDv07_DCtx* dctx, const void* dst) in ZSTDv07_checkContinuity()
3740 static size_t ZSTDv07_decompressBlock_internal(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressBlock_internal()
3758 size_t ZSTDv07_decompressBlock(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressBlock()
3772 ZSTDLIBv07_API size_t ZSTDv07_insertBlock(ZSTDv07_DCtx* dctx, const void* blockStart, size_t blockS… in ZSTDv07_insertBlock()
3792 static size_t ZSTDv07_decompressFrame(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressFrame()
3862 static size_t ZSTDv07_decompress_usingPreparedDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* refDCtx, in ZSTDv07_decompress_usingPreparedDCtx()
3872 size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDict()
3883 size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv07_decompressDCtx()
3893 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx(); in ZSTDv07_decompress()
3899 ZSTDv07_DCtx dctx; in ZSTDv07_decompress()
3972 size_t ZSTDv07_nextSrcSizeToDecompress(ZSTDv07_DCtx* dctx) in ZSTDv07_nextSrcSizeToDecompress()
3977 int ZSTDv07_isSkipFrame(ZSTDv07_DCtx* dctx) in ZSTDv07_isSkipFrame()
3985 size_t ZSTDv07_decompressContinue(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr… in ZSTDv07_decompressContinue()
4084 static size_t ZSTDv07_refDictContent(ZSTDv07_DCtx* dctx, const void* dict, size_t dictSize) in ZSTDv07_refDictContent()
4093 static size_t ZSTDv07_loadEntropy(ZSTDv07_DCtx* dctx, const void* const dict, size_t const dictSize) in ZSTDv07_loadEntropy()
4143 static size_t ZSTDv07_decompress_insertDictionary(ZSTDv07_DCtx* dctx, const void* dict, size_t dict… in ZSTDv07_decompress_insertDictionary()
4166 size_t ZSTDv07_decompressBegin_usingDict(ZSTDv07_DCtx* dctx, const void* dict, size_t dictSize) in ZSTDv07_decompressBegin_usingDict()
4183 ZSTDv07_DCtx* refContext;
4196 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx_advanced(customMem); in ZSTDv07_createDDict_advanced()
4243 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDDict()
4314 ZSTDv07_DCtx* zd;