Searched refs:externSeqStore (Results 1 – 2 of 2) sorted by relevance
3189 ZSTD_ldm_skipRawSeqStoreBytes(&zc->externSeqStore, srcSize); in ZSTD_buildSeqStore()3191 … ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()3221 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()3234 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()3239 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()4698 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()4699 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()4700 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()4701 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()4702 cctx->externSeqStore.posInSequence = 0; in ZSTD_referenceExternalSequences()
497 RawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member