Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c26238 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local
26241 if (tooSmall || tooLarge) { in ZSTD_decompressStream()