Searched refs:tooSmall (Results 1 – 3 of 3) sorted by relevance
208 DWORD tooSmall; /* size < ETH_MIN */ member515 intStat.tooSmall++; in CheckElement()1055 intStat.tooSmall, intStat.tooLarge, in PktExitDriver()
1732 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local1735 if (tooSmall || tooLarge) { in ZSTD_decompressStream()
2077 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local2080 if (tooSmall || tooLarge) { in ZSTD_decompressStream()