Searched full:lz4frame (Results 1 – 25 of 51) sorted by relevance
123
/lz4-3.4.0-2.7.6/ |
D | NEWS | 29 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/ |
D | README.md | 27 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
|
D | lz4frame_static.h | 40 * lz4frame.h, protected by the LZ4F_STATIC_LINKING_ONLY macro. Going forward, 45 #include "lz4frame.h"
|
D | Makefile | 204 $(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h 220 $(RM) $(DESTDIR)$(includedir)/lz4frame.h
|
/lz4-3.4.0-2.7.6/contrib/gen_manual/ |
D | gen-lz4-manual.sh | 10 ./gen_manual "lz4frame $LIBVER_SCRIPT" ../../lib/lz4frame.h ./lz4frame_manual.html
|
D | Makefile | 40 LZ4FAPI = ../../lib/lz4frame.h 67 echo "Update lz4frame manual in /doc"
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/contrib/gen_manual/ |
D | meson.build | 36 # 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/ |
D | meson.build | 14 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/ |
D | README.md | 33 - `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/ |
D | lz4_helpers.h | 4 #include "lz4frame.h"
|
D | fuzz_data_producer.h | 7 #include "lz4frame.h"
|
D | round_trip_frame_fuzzer.c | 13 #include "lz4frame.h"
|
D | compress_frame_fuzzer.c | 14 #include "lz4frame.h"
|
D | decompress_frame_fuzzer.c | 15 #include "lz4frame.h"
|
/lz4-3.4.0-2.7.6/build/cmake/ |
D | CMakeLists.txt | 88 "${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/ |
D | checkFrame.c | 35 #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/ |
D | Makefile | 46 … $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.h $(LZ4DIR…
|
D | dictionaryRandomAccess.md | 5 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/ |
D | liblz4.vcxproj | 161 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 168 <ClCompile Include="..\..\..\lib\lz4frame.c" />
|
/lz4-3.4.0-2.7.6/build/VS2017/frametest/ |
D | frametest.vcxproj | 165 <ClCompile Include="..\..\..\lib\lz4frame.c" /> 172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
|
/lz4-3.4.0-2.7.6/build/VS2010/liblz4-dll/ |
D | liblz4-dll.vcxproj | 162 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 169 <ClCompile Include="..\..\..\lib\lz4frame.c" />
|
/lz4-3.4.0-2.7.6/build/VS2017/liblz4-dll/ |
D | liblz4-dll.vcxproj | 166 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 173 <ClCompile Include="..\..\..\lib\lz4frame.c" />
|
/lz4-3.4.0-2.7.6/build/VS2017/lz4/ |
D | lz4.vcxproj | 151 <ClCompile Include="..\..\..\lib\lz4frame.c" /> 161 <ClInclude Include="..\..\..\lib\lz4frame.h" />
|
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/ |
D | fullbench.vcxproj | 165 <ClCompile Include="..\..\..\lib\lz4frame.c" /> 172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
|
/lz4-3.4.0-2.7.6/build/VS2017/liblz4/ |
D | liblz4.vcxproj | 165 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 172 <ClCompile Include="..\..\..\lib\lz4frame.c" />
|
123