Searched refs:maxFHSize (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c106 static const size_t maxFHSize = 15; variable
268 headerSize = maxFHSize; /* header size, including magic number and frame content size*/
401 if (dstMaxSize < maxFHSize) return (size_t)-LZ4F_ERROR_dstMaxSize_tooSmall;
853 frameHeaderSize = contentSizeFlag ? maxFHSize : minFHSize;
1083 if ((size_t)(srcEnd-srcPtr) >= maxFHSize) /* enough to decode - shortcut */

Completed in 16 milliseconds