Searched refs:externSeqStore (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress.c2732 ZSTD_ldm_skipRawSeqStoreBytes(&zc->externSeqStore, srcSize);
2734 ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch);
2764 if (zc->externSeqStore.pos < zc->externSeqStore.size) {
2768 ZSTD_ldm_blockCompress(&zc->externSeqStore,
2773 assert(zc->externSeqStore.pos <= zc->externSeqStore.size);
4011 cctx->externSeqStore.seq = seq;
4012 cctx->externSeqStore.size = nbSeq;
4013 cctx->externSeqStore
[all...]
H A Dzstd_compress_internal.h385 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member in struct:ZSTD_CCtx_s

Completed in 224 milliseconds