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