Searched refs:maxNbLit (Results 1 – 3 of 3) sorted by relevance
298 size_t maxNbLit; member
605 assert(seqStorePtr->maxNbLit <= 128 KB); in ZSTD_storeSeq()606 assert(seqStorePtr->lit + litLength <= seqStorePtr->litStart + seqStorePtr->maxNbLit); in ZSTD_storeSeq()
1861 zc->seqStore.maxNbLit = blockSize; in ZSTD_resetCCtx_internal()