Home
last modified time | relevance | path

Searched refs:tooSmall (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1777 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local
1780 if (tooSmall || tooLarge) { in ZSTD_decompressStream()