Searched refs:externSeqStore (Results 1 – 4 of 4) sorted by relevance
2250 ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()2279 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()2283 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()2287 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()2724 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()2725 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()2726 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()2727 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()
259 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member
2823 ZSTD_ldm_skipRawSeqStoreBytes(&zc->externSeqStore, srcSize); in ZSTD_buildSeqStore()2825 … ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()2855 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()2859 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()2864 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()4102 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()4103 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()4104 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()4105 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()4106 cctx->externSeqStore.posInSequence = 0; in ZSTD_referenceExternalSequences()
391 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member