Searched refs:maxNbLit (Results 1 – 2 of 2) sorted by relevance
105 size_t maxNbLit; member 785 assert(seqStorePtr->maxNbLit <= 128 KB); in ZSTD_storeSeq() 786 assert(seqStorePtr->lit + litLength <= seqStorePtr->litStart + seqStorePtr->maxNbLit); in ZSTD_storeSeq()
2174 zc->seqStore.maxNbLit = blockSize; in ZSTD_resetCCtx_internal()