Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c208 DWORD tooSmall; /* size < ETH_MIN */ member
515 intStat.tooSmall++; in CheckElement()
1055 intStat.tooSmall, intStat.tooLarge, in PktExitDriver()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1732 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local
1735 if (tooSmall || tooLarge) { in ZSTD_decompressStream()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c2077 …{ int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuff… in ZSTD_decompressStream() local
2080 if (tooSmall || tooLarge) { in ZSTD_decompressStream()