• Home
  • Raw
  • Download

Lines Matching defs:dctx

2028 size_t HUFv07_decompress4X2_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,…  in HUFv07_decompress4X2_DCtx()
2439 size_t HUFv07_decompress4X4_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress4X4_DCtx()
2541 size_t HUFv07_decompress4X_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, … in HUFv07_decompress4X_DCtx()
2555 size_t HUFv07_decompress4X_hufOnly (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSr… in HUFv07_decompress4X_hufOnly()
2567 size_t HUFv07_decompress1X_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, … in HUFv07_decompress1X_DCtx()
2962 size_t ZSTDv07_sizeofDCtx (const ZSTDv07_DCtx* dctx) { return sizeof(*dctx); } in ZSTDv07_sizeofDCtx()
2966 size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx) in ZSTDv07_decompressBegin()
2983 ZSTDv07_DCtx* dctx; in ZSTDv07_createDCtx_advanced() local
3003 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) in ZSTDv07_freeDCtx()
3242 static size_t ZSTDv07_decodeFrameHeader(ZSTDv07_DCtx* dctx, const void* src, size_t srcSize) in ZSTDv07_decodeFrameHeader()
3288 static size_t ZSTDv07_decodeLiteralsBlock(ZSTDv07_DCtx* dctx, in ZSTDv07_decodeLiteralsBlock()
3669 ZSTDv07_DCtx* dctx, in ZSTDv07_decompressSequences()
3733 static void ZSTDv07_checkContinuity(ZSTDv07_DCtx* dctx, const void* dst) in ZSTDv07_checkContinuity()
3744 static size_t ZSTDv07_decompressBlock_internal(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressBlock_internal()
3762 size_t ZSTDv07_decompressBlock(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressBlock()
3776 ZSTDLIBv07_API size_t ZSTDv07_insertBlock(ZSTDv07_DCtx* dctx, const void* blockStart, size_t blockS… in ZSTDv07_insertBlock()
3796 static size_t ZSTDv07_decompressFrame(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressFrame()
3866 static size_t ZSTDv07_decompress_usingPreparedDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* refDCtx, in ZSTDv07_decompress_usingPreparedDCtx()
3876 size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDict()
3887 size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv07_decompressDCtx()
3897 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx(); in ZSTDv07_decompress() local
3976 size_t ZSTDv07_nextSrcSizeToDecompress(ZSTDv07_DCtx* dctx) in ZSTDv07_nextSrcSizeToDecompress()
3981 int ZSTDv07_isSkipFrame(ZSTDv07_DCtx* dctx) in ZSTDv07_isSkipFrame()
3989 size_t ZSTDv07_decompressContinue(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr… in ZSTDv07_decompressContinue()
4088 static size_t ZSTDv07_refDictContent(ZSTDv07_DCtx* dctx, const void* dict, size_t dictSize) in ZSTDv07_refDictContent()
4097 static size_t ZSTDv07_loadEntropy(ZSTDv07_DCtx* dctx, const void* const dict, size_t const dictSize) in ZSTDv07_loadEntropy()
4147 static size_t ZSTDv07_decompress_insertDictionary(ZSTDv07_DCtx* dctx, const void* dict, size_t dict… in ZSTDv07_decompress_insertDictionary()
4170 size_t ZSTDv07_decompressBegin_usingDict(ZSTDv07_DCtx* dctx, const void* dict, size_t dictSize) in ZSTDv07_decompressBegin_usingDict()
4200 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx_advanced(customMem); in ZSTDv07_createDDict_advanced() local
4247 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDDict()