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()
2245 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local2248 if (tooSmall || tooLarge) { in ZSTD_decompressStream()
2244 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local2247 if (tooSmall || tooLarge) { in ZSTD_decompressStream()