Searched refs:nextSeqStore (Results 1 – 2 of 2) sorted by relevance
358 seqStore_t nextSeqStore; member
3653 seqStore_t* nextSeqStore = &zc->blockSplitCtx.nextSeqStore; in ZSTD_compressBlock_splitBlock_internal() local3675 ZSTD_memset(nextSeqStore, 0, sizeof(seqStore_t)); in ZSTD_compressBlock_splitBlock_internal()3707 ZSTD_deriveSeqStoreChunk(nextSeqStore, &zc->seqStore, partitions[i], partitions[i+1]); in ZSTD_compressBlock_splitBlock_internal()3722 *currSeqStore = *nextSeqStore; in ZSTD_compressBlock_splitBlock_internal()