Searched refs:externSeqStore (Results 1 – 2 of 2) sorted by relevance
1898 … ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.searchLength); in ZSTD_compressBlock_internal()1918 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_compressBlock_internal()1922 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_compressBlock_internal()1927 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_compressBlock_internal()2112 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()2113 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()2114 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()2115 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()
210 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member