Home
last modified time | relevance | path

Searched full:lz4frame (Results 1 – 25 of 51) sorted by relevance

123

/lz4-3.4.0-2.7.6/
DNEWS29 perf: improved lz4frame streaming API speed, by @dreambottle
39 api : fix : lz4frame initializers compatibility with c++, reported by @degski
95 API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
96 API : lz4frame : can control block checksum and dictionary ID
109 API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)
145 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
173 New : lz4frame & lz4cli frame content size support
174 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
189 New : lz4frame API is now integrated into liblz4
199 Updated : lz4io, now uses lz4frame
[all …]
/lz4-3.4.0-2.7.6/lib/
DREADME.md27 This format is generated and decoded automatically by the **lz4frame** library.
28 Its public API is described in `lib/lz4frame.h`.
29 In order to work properly, lz4frame needs all other modules present in `/lib`,
94 cat lz4.c lz4hc.c lz4frame.c > lz4_all.c
109 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
Dlz4frame_static.h40 * lz4frame.h, protected by the LZ4F_STATIC_LINKING_ONLY macro. Going forward,
45 #include "lz4frame.h"
DMakefile204 $(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h
220 $(RM) $(DESTDIR)$(includedir)/lz4frame.h
/lz4-3.4.0-2.7.6/contrib/gen_manual/
Dgen-lz4-manual.sh10 ./gen_manual "lz4frame $LIBVER_SCRIPT" ../../lib/lz4frame.h ./lz4frame_manual.html
DMakefile40 LZ4FAPI = ../../lib/lz4frame.h
67 echo "Update lz4frame manual in /doc"
/lz4-3.4.0-2.7.6/contrib/meson/meson/contrib/gen_manual/
Dmeson.build36 # Update lz4frame manual
41 join_paths(meson.current_source_dir(), lz4_root_dir, 'lib/lz4frame.h'),
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/
Dmeson.build14 join_paths(lz4_root_dir, 'lib/lz4frame.c'),
53 join_paths(lz4_root_dir, 'lib/lz4frame.h'))
/lz4-3.4.0-2.7.6/build/
DREADME.md33 - `frametest` : Test tool that checks lz4frame integrity on target platform
43 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library
/lz4-3.4.0-2.7.6/ossfuzz/
Dlz4_helpers.h4 #include "lz4frame.h"
Dfuzz_data_producer.h7 #include "lz4frame.h"
Dround_trip_frame_fuzzer.c13 #include "lz4frame.h"
Dcompress_frame_fuzzer.c14 #include "lz4frame.h"
Ddecompress_frame_fuzzer.c15 #include "lz4frame.h"
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt88 "${LZ4_LIB_SOURCE_DIR}/lz4frame.c"
89 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
190 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
/lz4-3.4.0-2.7.6/tests/
DcheckFrame.c35 #include "lz4frame.h" /* include multiple times to test correctness/safety */
36 #include "lz4frame.h"
38 #include "lz4frame.h"
39 #include "lz4frame.h"
/lz4-3.4.0-2.7.6/examples/
DMakefile46 … $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.h $(LZ4DIR…
DdictionaryRandomAccess.md5 Please note that the output file is not compatible with lz4frame and is platform dependent.
/lz4-3.4.0-2.7.6/build/VS2010/liblz4/
Dliblz4.vcxproj161 <ClInclude Include="..\..\..\lib\lz4frame.h" />
168 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/lz4-3.4.0-2.7.6/build/VS2017/frametest/
Dframetest.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/lz4-3.4.0-2.7.6/build/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj162 <ClInclude Include="..\..\..\lib\lz4frame.h" />
169 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/lz4-3.4.0-2.7.6/build/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj166 <ClInclude Include="..\..\..\lib\lz4frame.h" />
173 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/lz4-3.4.0-2.7.6/build/VS2017/lz4/
Dlz4.vcxproj151 <ClCompile Include="..\..\..\lib\lz4frame.c" />
161 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/
Dfullbench.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/lz4-3.4.0-2.7.6/build/VS2017/liblz4/
Dliblz4.vcxproj165 <ClInclude Include="..\..\..\lib\lz4frame.h" />
172 <ClCompile Include="..\..\..\lib\lz4frame.c" />

123