Extension [ extension #96 lz4 version 0.6.0 ] { - Dependencies { Dependency [ apcu (Optional) ] } - Constants [10] { Constant [ int LZ4_CLEVEL_MIN ] { 2 } Constant [ int LZ4_CLEVEL_MAX ] { 12 } Constant [ int LZ4_VERSION_NUMBER ] { 11000 } Constant [ string LZ4_VERSION_TEXT ] { 1.10.0 } Constant [ int LZ4_CHECKSUM_FRAME ] { 1 } Constant [ int LZ4_CHECKSUM_BLOCK ] { 2 } Constant [ int LZ4_BLOCK_SIZE_64KB ] { 4 } Constant [ int LZ4_BLOCK_SIZE_256KB ] { 5 } Constant [ int LZ4_BLOCK_SIZE_1MB ] { 6 } Constant [ int LZ4_BLOCK_SIZE_4MB ] { 7 } } - Functions { Function [ function lz4_compress ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ $level = ] Parameter #2 [ $extra = ] } } Function [ function lz4_uncompress ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ $max = ] Parameter #2 [ $offset = ] } } Function [ function lz4_compress_frame ] { - Parameters [4] { Parameter #0 [ $data ] Parameter #1 [ $level = ] Parameter #2 [ $max_block_size = ] Parameter #3 [ $checksums = ] } } Function [ function lz4_uncompress_frame ] { - Parameters [1] { Parameter #0 [ $data ] } } } }