Searched refs:LZ4F_HEADER_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
67 assert(outCapacity >= LZ4F_HEADER_SIZE_MAX); in compress_file_internal()249 …assert(srcCapacity >= LZ4F_HEADER_SIZE_MAX); /* ensure LZ4F_getFrameInfo() can read enough data */ in decompress_file_allocDst()
260 #define LZ4F_HEADER_SIZE_MAX 19 macro
215 static const size_t maxFHSize = LZ4F_HEADER_SIZE_MAX; /* 19 */1059 BYTE header[LZ4F_HEADER_SIZE_MAX];
1503 unsigned char buffer[LZ4F_HEADER_SIZE_MAX]; in LZ4IO_getCompressedFileInfo()