mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
baf78e7 Merge pull request #111 from Cyan4973/dev 6f50184 Updated NEWS acae59a Fixed : default sparse mode disabled on stdout, to support ` >>` redirection scenario reported by Takayuki Matsuoka (#110) 91c1b9a Performance fix : big compression speed boost for clang (+30%) 0fb0392 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev bb22103 Merge pull request #107 from t-mat/issue/103pr2 7d72c0c Added LZF e769a0e Combine unique .lz4 file info ffff9ee Support iterative edit and testing a8fdeb4 Add log output of succeeded decompression to test script 5151c30 Add log of same files and sha1 hash of unique files to versionstest 26065c3 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) 87e560e minor tests improvements a9ff13a minor test refactor 58b5aad Fixed sparse issue with non seekable streams (#105) 60d657a removed "flush" argument to please Travis's python version cdb136d cosmetic changes, 2nd try c779c80 minor cosmetic changes for Takayuki's testVersions 26021db Merge branch 'dev' of github.com:Cyan4973/lz4 into dev e3b5bf3 Merge pull request #104 from t-mat/issue/103pr2 fe11e0b Issue #103 : Add compatibility test between releases f02c467 Added a few more interoperability tests (32bits vs 64 bits) 05c3f66 Updated a few comments 9607848 Fixed minor typo 45e1995 minor introduction update 7d182b8 Merge pull request #102 from Cyan4973/dev fdd0029 minor parsing update 672bfde Updated comments b4ef93a Fixed typo efbebd2 Added : LZ4_compress_destSize() 1c3e633 Added compilation flag -Wcast-qual 05b0aa6 Updated readme e05088d Updated lz4hc API b4348a4 Fixed minor Visual warning 1171303 Updated streaming examples 1b17bf2 New lz4 API, using LZ4_compress_fast() b495c91 Merge pull request #99 from eberge/dev 791512c Fixed bug 9318 2a974d7 refactored lz4hc 1e751a7 Install the lz4frame.h header in the cmake build ad2dd6d moved lz4frame context types to incomplete typedef c9cbb8f Increased aligment requirement for lz4frame context pointer ef55dfb Modified lz4frame context typedef, to enforce stricter alignment condition 87a1c70 Fixed minor static analyzer warning d6dc0a4 streaming API : Improved ring buffer management bda38fd Merge pull request #98 from eberge/dev a9a24e8 cmake support for AIX, HPUX, Solaris and Windows 9c6fb8b Added LZ4_compress_fast_extState() b05d3d7 Frame content size disabled by default when using LZ4F_compressFrame(), to be in better coherence with the advanced API LZ4F_compress_update() b805d58 Removed obsolete functions from lz4 cli f11afaf Removed LZ4_compress() (obsolete) from lz4 72e6794 Updated LZ4F_freeDecompressionContext(), to provide stage hint as result a01e10d Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ4_compress_fast() integration. cbcdd88 Fixed frame concatenation e18aa90 Fixed frametest c035b7a Restored make-lz4 197982e Fixed unfinished frame (issue #75) 409f816 Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts 47c3040 added --no-sparse test 9fd4f1f Sparse file support is now enabled by default 7644bee test error message in multiple files mode bce2eeb Reclassified some notification messages as errors 9e92bee stronger arm tests 2ed9dcc fix minor "divide by zero" risk 633c1ca fixed minor leak 0ed2e71 Static analyzer generates error codes on bug suspicion 2cf8a19 minor header refactoring 634e4ee Merge pull request #96 from t-mat/improve-pr-95 e328d41 minor optimization for small files 13c6e16 Removed status notification in multiple-files mode d153aaa Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums a430b85 Multiple files decompression refactoring 4e574e7 Updated lz4frame error names d37926b Merge pull request #95 from t-mat/issue/90 240b554 Merge pull request #94 from t-mat/dev 3d46d4b Fix LZ4_DEPRECATED() in lz4hc.h 5f732e1 Merge pull request #91 from t-mat/dev 175890f Issue#90 : Change old enum names to new one 585bab8 Issue#90 : Change old enum to macro to maximize compatibility 081bcca Issue#90 : Add LZ4F_ prefix e1283c7 Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers d7298d2 Replace GCC_VERSION with LZ4_GCC_VERSION 9851583 Merge pull request #93 from drcrallen/descriptiveFrameErrors b664a72 Revert "Revert "Add more descriptive frame errors"" 3f4f623 Valgrind tests generate errors 83e350d Merge branch 'dev' of github.com:Cyan4973/lz4 into dev 066e9d3 Merge pull request #92 from Cyan4973/revert-89-descriptiveFrameErrors 5a66527 Revert "Add more descriptive frame errors" 0dc8308 Merge pull request #89 from drcrallen/descriptiveFrameErrors 05a46fc Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default. 348f509 lz4io refactoring eabc6d8 New valgrind test with multiple files 113b150 Fix leak issue with compression of multiple files c64200d Improved performance when compressing a lot of small files cc24124 minor compatibility fixes ccba7a0 Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch d535214 Add more descriptive frame errors bc28fc1 Merge pull request #87 from t-mat/fix-example2 fd77bad Replace obsolete functions b036eaa Add snprintf macro for MSVC 7f2f1fc Added support for continuation of file compression and decompression if input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in. 0169502 Added new LZ4IO_decompressMultipleFilenames to allow decompression of multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable. da11725 new memory leak test for fullbench using multi-files 2c79887 Shortened tests durations 42e5bc4 Updated badges 2852b9e Fixed issue #84 8f49666 Fixed : minor coverity warning 8a61000 Fixed a few coverity warnings 138673d fixed minor g++ warning cc8d617 Merge pull request #82 from t-mat/add-lz4-prefix 81fdd9d Fixed a few Valgrind warnings ad86910 Add LZ4 prefix to deprecation macros 66b8a4a Fixed : minor Visual warnings 62ed153 Fixed : a few minor coverity warnings 9443f3d Extended obsolete warning messages to lz4hc 973e385 Implemented obsolete warning message be9d248 Update lz4hc API : LZ4_compressHC_safe() a07db74 Clarified lz4frame.h inline doc 8b8e5ef fixed minor sanitize warning c22a0e1 Updated : fuzzer tests can be programmed for a timelength a2864fd Fixed a few minor sanitize warnings 33134fb Added : sanitize test f344fbd Fixed a few warnings from -fsanitize=undefined 2f8a4c3 New LZ4_compress_safe() API 1853622 fixed over-cautious visual warning b41137f minor Makefile test refactoring 327cb04 minor memory leak fix and test 43e0535 fix g++ typecast 61d7416 updated doc 17f8614 added : memtest on fullbench d38b0b6 Merge pull request #73 from funcodeio/dev 979a991 memcpy speed as reference 157a739 Merge pull request #74 from Cyan4973/fastMode dd69902 Removed unused lines. 43eaf8f Merge pull request #72 from fzort/master f72761f new tests for large files with content size support (#70) 90c0104 Added : progress indicator, in fast and decompression modes 1d3ab5d Cygwin has fileno, so there's no need to use _fileno. 78d2dfd fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound()) ef7cd83 Fixed issue 160, reported by Eric Berge 28e237e simplified LZ4_compress_limitedOutput() 89eee0d Removed make dist 0615eb4 Stricter tests : treat warnings as errors 76a03c1 simplified LZ4_compress_withState() 6625068 simplified LZ4_compress() 886b199 Modified files rights 7b5e945 Removed Visual 2013 solution, as AppVeyor automated mode only works with a single solution 117ab8c Added : Visual 2013 solution 08b24af Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen) a761546 Fix : minor warning under Visual bf146ec Removed .suo & .user files from Visual solutions 7db6678 Restored proper credit 3bba55c Fixed : Windows compilation Added : Appveyor badge 160661c Merge pull request #69 from Cyan4973/dev 8437a0e Fixed : Visual compilation 7c26b03 Updated make dist f174964 Added : Frame documentation in MarkDown format 880381c Removed HTML Frame Format documentation 5b9fb69 minor tweak 4783cb8 Updated readme 4c227a4 Added LZ4_compress_fast() 003af71 Merge pull request #67 from Cyan4973/dev 2a82619 fixed fullbench memory allocation error 6c69dc1 faster compression in 64 bits mode 44793b8 Updated documentation b93f629 changed file name eeb8bea Updated comments on LZ4F_getFrameInfo() 002ec60 restored lz4hc compression ratio 987e78c Merge pull request #66 from Cyan4973/dev 8cb06d5 lz4frame validates contentSize during decompression d5da787 Changed struct member to contentSize 2d4fed5 Merge pull request #65 from Cyan4973/dev ce71b07 converted to markdown friendly syntax 1ba37f3 Reference format doc 5780864 Fixed : Makefile b009767 windows friendly make clean 27f7d06 minor beautifier (make clean) b4755c7 Added : arm cross-compilation test a357f43 Fixed cast-align warnings on 32-bits 4a9335b Added : doc authorship e652285 Merge pull request #63 from t-mat/comment-on-example-directory 2af52a9 Add "Examples" subtree 679afea Add README.md as table of contents 19665c9 Add document for "Line by Line Text Compression" example 438fee9 Add document for "Double Buffer" example a38166b Add document : "Streaming API Basics" 80e71c6 Updated man page : "--[no-]X" 5950f72 Updated tests 6b923d5 Updated long commands, with reverse "--no-" variants d0f8d40 updated dist list 00c3208 Merge pull request #61 from Cyan4973/dev 7f436a1 lz4 cli supports frame content size a28b147 removed useless man pages 7cf4e5c Updates tests & Man pages f02adc7 new long commands 86715b2 Some more tests related to frame content size 7ee7256 frame content size support 7d87d43 Updated lz4io sparse file support (alignment properties) b54d256 minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() in fast mode) da9402c minor lz4frame refactoring 859fe3b Updated LZ4 frame format documentation 8edb7f1 Added : Readme into lib directory, to explain what does each file e7fb4d1 lz4 utility supports "pass-through" mode 2a02455 minor refactoring 3a68324 skippable frames support 93849d1 minor CMakeLists update 471eabe Merge pull request #60 from Cyberunner23/master ef029a1 Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when that var is '64bit'. c9a2b14 removed -s command from lz4c specific list of legacy commands 207aafd Added : unlz4 symbolic link to "lz4 -d" 2b55752 changed "make install" default install directory to /usr/local bbcfe21 Added : clang test 8a87769 Fix : static analyzer test on Travis 45b0642 scan-build tests a18fb43 Merge pull request #58 from Cyan4973/sparseFile 248b761 windows sparse file support d11ac40 Improved sparse files support 45a357f Improved sparse file support e38c268 Fixed minor g++ warnings 12ab415 Preliminary support for sparse files e3f33d2 Fixed minor warnings 74a6b14 Merge pull request #57 from alexDarcy/master f2cc4be Updated Cmake configuration for non-gnu compiler ceec6fa g++ compatibility 6b0c39b Updated datagen (can create sparse files) e277511 Merge pull request #54 from t-mat/gc-issue/155 e1d9b59 Fixed : static library (x64 binary) 32a85fc NetBSD compatibility (#48) 488029e Updated : compress multiple files 046bd3a Merge pull request #52 from KyleJHarper/r128/multiple_inputs dcdd628 Fix sentinel bit pattern de5c930 Fix sentinel size miscalculation eed7952 Add GNU coreutil's is_nul() method to isSparse() b372f45 Add Neil's method to isSparse() 01a24af Improve isSparse() 4a5d92b Adjust coding style 97679fa Google Code Issue 155: lz4 cli should support sparse file https://code.google.com/p/lz4/issues/detail?id=155 fa27d23 Added support for multiple input files to act more like other compressors. For example: gzip file1 file2 file3. You can now do: lz4 [args] -m file1 file2 file3. Fixes 151. 67f3b41 Merge pull request #49 from t-mat/msvc-fseeki64 e68d1c9 restored lz4 hc compression ratio 41b6ed3 Replace fseek with _fseeki64 to avoid MSVC's 2GiB barrier 8f4e201 Fix : lz4frame.h within uninstaller 9fd92de Added : Visual project directory git-subtree-dir: src/lz4 git-subtree-split: baf78e7e4dcbdf824a76f990ffeb573d113bbbdb
304 lines
15 KiB
C
304 lines
15 KiB
C
/*
|
|
LZ4 auto-framing library
|
|
Header File
|
|
Copyright (C) 2011-2015, Yann Collet.
|
|
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions are
|
|
met:
|
|
|
|
* Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer.
|
|
* Redistributions in binary form must reproduce the above
|
|
copyright notice, this list of conditions and the following disclaimer
|
|
in the documentation and/or other materials provided with the
|
|
distribution.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
You can contact the author at :
|
|
- LZ4 source repository : https://github.com/Cyan4973/lz4
|
|
- LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
|
|
*/
|
|
|
|
/* LZ4F is a stand-alone API to create LZ4-compressed frames
|
|
* fully conformant to specification v1.5.1.
|
|
* All related operations, including memory management, are handled by the library.
|
|
* You don't need lz4.h when using lz4frame.h.
|
|
* */
|
|
|
|
#pragma once
|
|
|
|
#if defined (__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
/**************************************
|
|
* Includes
|
|
**************************************/
|
|
#include <stddef.h> /* size_t */
|
|
|
|
|
|
/**************************************
|
|
* Error management
|
|
* ************************************/
|
|
typedef size_t LZ4F_errorCode_t;
|
|
|
|
unsigned LZ4F_isError(LZ4F_errorCode_t code);
|
|
const char* LZ4F_getErrorName(LZ4F_errorCode_t code); /* return error code string; useful for debugging */
|
|
|
|
|
|
/**************************************
|
|
* Frame compression types
|
|
* ************************************/
|
|
//#define LZ4F_DISABLE_OBSOLETE_ENUMS
|
|
#ifndef LZ4F_DISABLE_OBSOLETE_ENUMS
|
|
# define LZ4F_OBSOLETE_ENUM(x) ,x
|
|
#else
|
|
# define LZ4F_OBSOLETE_ENUM(x)
|
|
#endif
|
|
|
|
typedef enum {
|
|
LZ4F_default=0,
|
|
LZ4F_max64KB=4,
|
|
LZ4F_max256KB=5,
|
|
LZ4F_max1MB=6,
|
|
LZ4F_max4MB=7
|
|
LZ4F_OBSOLETE_ENUM(max64KB = LZ4F_max64KB)
|
|
LZ4F_OBSOLETE_ENUM(max256KB = LZ4F_max256KB)
|
|
LZ4F_OBSOLETE_ENUM(max1MB = LZ4F_max1MB)
|
|
LZ4F_OBSOLETE_ENUM(max4MB = LZ4F_max4MB)
|
|
} LZ4F_blockSizeID_t;
|
|
|
|
typedef enum {
|
|
LZ4F_blockLinked=0,
|
|
LZ4F_blockIndependent
|
|
LZ4F_OBSOLETE_ENUM(blockLinked = LZ4F_blockLinked)
|
|
LZ4F_OBSOLETE_ENUM(blockIndependent = LZ4F_blockIndependent)
|
|
} LZ4F_blockMode_t;
|
|
|
|
typedef enum {
|
|
LZ4F_noContentChecksum=0,
|
|
LZ4F_contentChecksumEnabled
|
|
LZ4F_OBSOLETE_ENUM(noContentChecksum = LZ4F_noContentChecksum)
|
|
LZ4F_OBSOLETE_ENUM(contentChecksumEnabled = LZ4F_contentChecksumEnabled)
|
|
} LZ4F_contentChecksum_t;
|
|
|
|
typedef enum {
|
|
LZ4F_frame=0,
|
|
LZ4F_skippableFrame
|
|
LZ4F_OBSOLETE_ENUM(skippableFrame = LZ4F_skippableFrame)
|
|
} LZ4F_frameType_t;
|
|
|
|
#ifndef LZ4F_DISABLE_OBSOLETE_ENUMS
|
|
typedef LZ4F_blockSizeID_t blockSizeID_t;
|
|
typedef LZ4F_blockMode_t blockMode_t;
|
|
typedef LZ4F_frameType_t frameType_t;
|
|
typedef LZ4F_contentChecksum_t contentChecksum_t;
|
|
#endif
|
|
|
|
typedef struct {
|
|
LZ4F_blockSizeID_t blockSizeID; /* max64KB, max256KB, max1MB, max4MB ; 0 == default */
|
|
LZ4F_blockMode_t blockMode; /* blockLinked, blockIndependent ; 0 == default */
|
|
LZ4F_contentChecksum_t contentChecksumFlag; /* noContentChecksum, contentChecksumEnabled ; 0 == default */
|
|
LZ4F_frameType_t frameType; /* LZ4F_frame, skippableFrame ; 0 == default */
|
|
unsigned long long contentSize; /* Size of uncompressed (original) content ; 0 == unknown */
|
|
unsigned reserved[2]; /* must be zero for forward compatibility */
|
|
} LZ4F_frameInfo_t;
|
|
|
|
typedef struct {
|
|
LZ4F_frameInfo_t frameInfo;
|
|
int compressionLevel; /* 0 == default (fast mode); values above 16 count as 16; values below 0 count as 0 */
|
|
unsigned autoFlush; /* 1 == always flush (reduce need for tmp buffer) */
|
|
unsigned reserved[4]; /* must be zero for forward compatibility */
|
|
} LZ4F_preferences_t;
|
|
|
|
|
|
/***********************************
|
|
* Simple compression function
|
|
* *********************************/
|
|
size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr);
|
|
|
|
size_t LZ4F_compressFrame(void* dstBuffer, size_t dstMaxSize, const void* srcBuffer, size_t srcSize, const LZ4F_preferences_t* preferencesPtr);
|
|
/* LZ4F_compressFrame()
|
|
* Compress an entire srcBuffer into a valid LZ4 frame, as defined by specification v1.5.1
|
|
* The most important rule is that dstBuffer MUST be large enough (dstMaxSize) to ensure compression completion even in worst case.
|
|
* You can get the minimum value of dstMaxSize by using LZ4F_compressFrameBound()
|
|
* If this condition is not respected, LZ4F_compressFrame() will fail (result is an errorCode)
|
|
* The LZ4F_preferences_t structure is optional : you can provide NULL as argument. All preferences will be set to default.
|
|
* The result of the function is the number of bytes written into dstBuffer.
|
|
* The function outputs an error code if it fails (can be tested using LZ4F_isError())
|
|
*/
|
|
|
|
|
|
|
|
/**********************************
|
|
* Advanced compression functions
|
|
**********************************/
|
|
typedef struct LZ4F_cctx_s* LZ4F_compressionContext_t; /* must be aligned on 8-bytes */
|
|
|
|
typedef struct {
|
|
unsigned stableSrc; /* 1 == src content will remain available on future calls to LZ4F_compress(); avoid saving src content within tmp buffer as future dictionary */
|
|
unsigned reserved[3];
|
|
} LZ4F_compressOptions_t;
|
|
|
|
/* Resource Management */
|
|
|
|
#define LZ4F_VERSION 100
|
|
LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* cctxPtr, unsigned version);
|
|
LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t cctx);
|
|
/* LZ4F_createCompressionContext() :
|
|
* The first thing to do is to create a compressionContext object, which will be used in all compression operations.
|
|
* This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure.
|
|
* The version provided MUST be LZ4F_VERSION. It is intended to track potential version differences between different binaries.
|
|
* The function will provide a pointer to a fully allocated LZ4F_compressionContext_t object.
|
|
* If the result LZ4F_errorCode_t is not zero, there was an error during context creation.
|
|
* Object can release its memory using LZ4F_freeCompressionContext();
|
|
*/
|
|
|
|
|
|
/* Compression */
|
|
|
|
size_t LZ4F_compressBegin(LZ4F_compressionContext_t cctx, void* dstBuffer, size_t dstMaxSize, const LZ4F_preferences_t* prefsPtr);
|
|
/* LZ4F_compressBegin() :
|
|
* will write the frame header into dstBuffer.
|
|
* dstBuffer must be large enough to accommodate a header (dstMaxSize). Maximum header size is 15 bytes.
|
|
* The LZ4F_preferences_t structure is optional : you can provide NULL as argument, all preferences will then be set to default.
|
|
* The result of the function is the number of bytes written into dstBuffer for the header
|
|
* or an error code (can be tested using LZ4F_isError())
|
|
*/
|
|
|
|
size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* prefsPtr);
|
|
/* LZ4F_compressBound() :
|
|
* Provides the minimum size of Dst buffer given srcSize to handle worst case situations.
|
|
* Different preferences can produce different results.
|
|
* prefsPtr is optional : you can provide NULL as argument, all preferences will then be set to cover worst case.
|
|
* This function includes frame termination cost (4 bytes, or 8 if frame checksum is enabled)
|
|
*/
|
|
|
|
size_t LZ4F_compressUpdate(LZ4F_compressionContext_t cctx, void* dstBuffer, size_t dstMaxSize, const void* srcBuffer, size_t srcSize, const LZ4F_compressOptions_t* cOptPtr);
|
|
/* LZ4F_compressUpdate()
|
|
* LZ4F_compressUpdate() can be called repetitively to compress as much data as necessary.
|
|
* The most important rule is that dstBuffer MUST be large enough (dstMaxSize) to ensure compression completion even in worst case.
|
|
* You can get the minimum value of dstMaxSize by using LZ4F_compressBound().
|
|
* If this condition is not respected, LZ4F_compress() will fail (result is an errorCode).
|
|
* LZ4F_compressUpdate() doesn't guarantee error recovery, so you have to reset compression context when an error occurs.
|
|
* The LZ4F_compressOptions_t structure is optional : you can provide NULL as argument.
|
|
* The result of the function is the number of bytes written into dstBuffer : it can be zero, meaning input data was just buffered.
|
|
* The function outputs an error code if it fails (can be tested using LZ4F_isError())
|
|
*/
|
|
|
|
size_t LZ4F_flush(LZ4F_compressionContext_t cctx, void* dstBuffer, size_t dstMaxSize, const LZ4F_compressOptions_t* cOptPtr);
|
|
/* LZ4F_flush()
|
|
* Should you need to generate compressed data immediately, without waiting for the current block to be filled,
|
|
* you can call LZ4_flush(), which will immediately compress any remaining data buffered within cctx.
|
|
* Note that dstMaxSize must be large enough to ensure the operation will be successful.
|
|
* LZ4F_compressOptions_t structure is optional : you can provide NULL as argument.
|
|
* The result of the function is the number of bytes written into dstBuffer
|
|
* (it can be zero, this means there was no data left within cctx)
|
|
* The function outputs an error code if it fails (can be tested using LZ4F_isError())
|
|
*/
|
|
|
|
size_t LZ4F_compressEnd(LZ4F_compressionContext_t cctx, void* dstBuffer, size_t dstMaxSize, const LZ4F_compressOptions_t* cOptPtr);
|
|
/* LZ4F_compressEnd()
|
|
* When you want to properly finish the compressed frame, just call LZ4F_compressEnd().
|
|
* It will flush whatever data remained within compressionContext (like LZ4_flush())
|
|
* but also properly finalize the frame, with an endMark and a checksum.
|
|
* The result of the function is the number of bytes written into dstBuffer (necessarily >= 4 (endMark), or 8 if optional frame checksum is enabled)
|
|
* The function outputs an error code if it fails (can be tested using LZ4F_isError())
|
|
* The LZ4F_compressOptions_t structure is optional : you can provide NULL as argument.
|
|
* A successful call to LZ4F_compressEnd() makes cctx available again for next compression task.
|
|
*/
|
|
|
|
|
|
/***********************************
|
|
* Decompression functions
|
|
***********************************/
|
|
|
|
typedef struct LZ4F_dctx_s* LZ4F_decompressionContext_t; /* must be aligned on 8-bytes */
|
|
|
|
typedef struct {
|
|
unsigned stableDst; /* guarantee that decompressed data will still be there on next function calls (avoid storage into tmp buffers) */
|
|
unsigned reserved[3];
|
|
} LZ4F_decompressOptions_t;
|
|
|
|
|
|
/* Resource management */
|
|
|
|
LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_decompressionContext_t* dctxPtr, unsigned version);
|
|
LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_decompressionContext_t dctx);
|
|
/* LZ4F_createDecompressionContext() :
|
|
* The first thing to do is to create an LZ4F_decompressionContext_t object, which will be used in all decompression operations.
|
|
* This is achieved using LZ4F_createDecompressionContext().
|
|
* The version provided MUST be LZ4F_VERSION. It is intended to track potential breaking differences between different versions.
|
|
* The function will provide a pointer to a fully allocated and initialized LZ4F_decompressionContext_t object.
|
|
* The result is an errorCode, which can be tested using LZ4F_isError().
|
|
* dctx memory can be released using LZ4F_freeDecompressionContext();
|
|
* The result of LZ4F_freeDecompressionContext() is indicative of the current state of decompressionContext when being released.
|
|
* That is, it should be == 0 if decompression has been completed fully and correctly.
|
|
*/
|
|
|
|
|
|
/* Decompression */
|
|
|
|
size_t LZ4F_getFrameInfo(LZ4F_decompressionContext_t dctx,
|
|
LZ4F_frameInfo_t* frameInfoPtr,
|
|
const void* srcBuffer, size_t* srcSizePtr);
|
|
/* LZ4F_getFrameInfo()
|
|
* This function decodes frame header information (such as max blockSize, frame checksum, etc.).
|
|
* Its usage is optional : you can start by calling directly LZ4F_decompress() instead.
|
|
* The objective is to extract frame header information, typically for allocation purposes.
|
|
* LZ4F_getFrameInfo() can also be used anytime *after* starting decompression, on any valid LZ4F_decompressionContext_t.
|
|
* The result is *copied* into an existing LZ4F_frameInfo_t structure which must be already allocated.
|
|
* The number of bytes read from srcBuffer will be provided within *srcSizePtr (necessarily <= original value).
|
|
* The function result is an hint of how many srcSize bytes LZ4F_decompress() expects for next call,
|
|
* or an error code which can be tested using LZ4F_isError()
|
|
* (typically, when there is not enough src bytes to fully decode the frame header)
|
|
* You are expected to resume decompression from where it stopped (srcBuffer + *srcSizePtr)
|
|
*/
|
|
|
|
size_t LZ4F_decompress(LZ4F_decompressionContext_t dctx,
|
|
void* dstBuffer, size_t* dstSizePtr,
|
|
const void* srcBuffer, size_t* srcSizePtr,
|
|
const LZ4F_decompressOptions_t* dOptPtr);
|
|
/* LZ4F_decompress()
|
|
* Call this function repetitively to regenerate data compressed within srcBuffer.
|
|
* The function will attempt to decode *srcSizePtr bytes from srcBuffer, into dstBuffer of maximum size *dstSizePtr.
|
|
*
|
|
* The number of bytes regenerated into dstBuffer will be provided within *dstSizePtr (necessarily <= original value).
|
|
*
|
|
* The number of bytes read from srcBuffer will be provided within *srcSizePtr (necessarily <= original value).
|
|
* If number of bytes read is < number of bytes provided, then decompression operation is not completed.
|
|
* It typically happens when dstBuffer is not large enough to contain all decoded data.
|
|
* LZ4F_decompress() must be called again, starting from where it stopped (srcBuffer + *srcSizePtr)
|
|
* The function will check this condition, and refuse to continue if it is not respected.
|
|
*
|
|
* dstBuffer is supposed to be flushed between each call to the function, since its content will be overwritten.
|
|
* dst arguments can be changed at will with each consecutive call to the function.
|
|
*
|
|
* The function result is an hint of how many srcSize bytes LZ4F_decompress() expects for next call.
|
|
* Schematically, it's the size of the current (or remaining) compressed block + header of next block.
|
|
* Respecting the hint provides some boost to performance, since it does skip intermediate buffers.
|
|
* This is just a hint, you can always provide any srcSize you want.
|
|
* When a frame is fully decoded, the function result will be 0 (no more data expected).
|
|
* If decompression failed, function result is an error code, which can be tested using LZ4F_isError().
|
|
*
|
|
* After a frame is fully decoded, dctx can be used again to decompress another frame.
|
|
*/
|
|
|
|
|
|
#if defined (__cplusplus)
|
|
}
|
|
#endif
|