Searched refs:nextSeqStore (Results 1 – 2 of 2) sorted by relevance
352 seqStore_t nextSeqStore; member
3562 seqStore_t* nextSeqStore = &zc->blockSplitCtx.nextSeqStore; in ZSTD_compressBlock_splitBlock_internal() local3584 ZSTD_memset(nextSeqStore, 0, sizeof(seqStore_t)); in ZSTD_compressBlock_splitBlock_internal()3616 ZSTD_deriveSeqStoreChunk(nextSeqStore, &zc->seqStore, partitions[i], partitions[i+1]); in ZSTD_compressBlock_splitBlock_internal()3631 *currSeqStore = *nextSeqStore; in ZSTD_compressBlock_splitBlock_internal()