Home
last modified time | relevance | path

Searched refs:externSeqStore (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2251 ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()
2280 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()
2284 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()
2288 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()
2725 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()
2726 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()
2727 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()
2728 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()
H A Dzstd_compress_internal.h260 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2823 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()
H A Dzstd_compress_internal.h391 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member