Lines Matching defs:posInSrc
5555 size_t posInSrc; /* Number of bytes given by sequences provided so far */
5564 size_t posInSrc, U32 windowLog, size_t dictSize)
5567 /* posInSrc represents the amount of data the decoder would decode up to this point.
5572 size_t const offsetBound = posInSrc > windowSize ? (size_t)windowSize : posInSrc + (size_t)dictSize;
5627 seqPos->posInSrc += litLength + matchLength;
5628 FORWARD_IF_ERROR(ZSTD_validateSequence(offCode, matchLength, seqPos->posInSrc,
5643 seqPos->posInSrc += inSeqs[idx].litLength;
5750 seqPos->posInSrc += litLength + matchLength;
5751 FORWARD_IF_ERROR(ZSTD_validateSequence(offCode, matchLength, seqPos->posInSrc,
5774 seqPos->posInSrc += lastLLSize;