Lines Matching defs:dctx
73 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity,… in ZSTD_allocateLiteralsBuffer()
119 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
653 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, in ZSTD_decodeSeqHeaders()
1272 MEM_STATIC int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* …
1288 ZSTD_DCtx const* dctx,
1322 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx,
1539 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx,
1627 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx,
1637 ZSTD_decompressSequencesSplitLitBuffer_default(ZSTD_DCtx* dctx,
1668 ZSTD_DCtx* dctx,
1834 ZSTD_decompressSequencesLong_default(ZSTD_DCtx* dctx,
1851 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx,
1861 ZSTD_decompressSequencesSplitLitBuffer_bmi2(ZSTD_DCtx* dctx,
1873 ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx,
1894 ZSTD_decompressSequences(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize,
1908 ZSTD_decompressSequencesSplitLitBuffer(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize,
1931 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx,
1978 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx,
2052 void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst, size_t dstSize)
2063 size_t ZSTD_decompressBlock(ZSTD_DCtx* dctx,