Searched refs:maxFHSize (Results 1 – 1 of 1) sorted by relevance
199 static const size_t maxFHSize = LZ4F_HEADER_SIZE_MAX; /* 19 */ variable338 size_t const headerSize = maxFHSize; /* max header size, including optional fields */ in LZ4F_compressFrameBound()591 if (dstCapacity < maxFHSize) return err0r(LZ4F_ERROR_dstMaxSize_tooSmall); in LZ4F_compressBegin_usingCDict()1340 if ((size_t)(srcEnd-srcPtr) >= maxFHSize) { /* enough to decode - shortcut */ in LZ4F_decompress()