Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c188 unsigned writeIsSafe) in FSE_writeNCount_generic() argument
220 … if ((!writeIsSafe) && (out > oend-2)) return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
234 … if ((!writeIsSafe) && (out > oend - 2)) return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
254 … if ((!writeIsSafe) && (out > oend - 2)) return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
263 if ((!writeIsSafe) && (out > oend - 2)) return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()