Searched refs:ofhSize (Results 1 – 2 of 2) sorted by relevance
628 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders() local636 … RETURN_ERROR_IF(ZSTD_isError(ofhSize), corruption_detected, "ZSTD_buildSeqTable failed"); in ZSTD_decodeSeqHeaders()637 ip += ofhSize; in ZSTD_decodeSeqHeaders()
3490 …{ size_t const ofhSize = ZSTDv07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv07_decodeSeqHeaders() local3491 if (ZSTDv07_isError(ofhSize)) return ERROR(corruption_detected); in ZSTDv07_decodeSeqHeaders()3492 ip += ofhSize; in ZSTDv07_decodeSeqHeaders()