Searched refs:lzma_check (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dstream_encoder.h21 const lzma_filter *filters, lzma_check check);
H A Deasy_encoder.c18 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
H A Deasy_buffer_encoder.c17 lzma_easy_buffer_encode(uint32_t preset, lzma_check check,
H A Dstream_buffer_encoder.c44 lzma_stream_buffer_encode(lzma_filter *filters, lzma_check check,
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dstream_encoder.h21 const lzma_filter *filters, lzma_check check);
H A Deasy_encoder.c18 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
H A Deasy_buffer_encoder.c17 lzma_easy_buffer_encode(uint32_t preset, lzma_check check,
H A Dstream_buffer_encoder.c44 lzma_stream_buffer_encode(lzma_filter *filters, lzma_check check,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dcheck.h55 } lzma_check; typedef in typeref:enum:__anon19391
81 extern LZMA_API(lzma_bool) lzma_check_is_supported(lzma_check check)
95 extern LZMA_API(uint32_t) lzma_check_size(lzma_check check)
149 extern LZMA_API(lzma_check) lzma_get_check(const lzma_stream *strm)
H A Dcontainer.h134 lzma_stream *strm, uint32_t preset, lzma_check check)
167 uint32_t preset, lzma_check check,
189 const lzma_filter *filters, lzma_check check)
271 lzma_filter *filters, lzma_check check,
H A Dstream_flags.h79 lzma_check check;
H A Dblock.h88 lzma_check check;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dcheck.h55 } lzma_check; typedef in typeref:enum:__anon20385
81 extern LZMA_API(lzma_bool) lzma_check_is_supported(lzma_check check)
95 extern LZMA_API(uint32_t) lzma_check_size(lzma_check check)
149 extern LZMA_API(lzma_check) lzma_get_check(const lzma_stream *strm)
H A Dcontainer.h134 lzma_stream *strm, uint32_t preset, lzma_check check)
167 uint32_t preset, lzma_check check,
189 const lzma_filter *filters, lzma_check check)
271 lzma_filter *filters, lzma_check check,
H A Dstream_flags.h79 lzma_check check;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcheck.c17 lzma_check_is_supported(lzma_check type)
64 lzma_check_size(lzma_check type)
84 lzma_check_init(lzma_check_state *check, lzma_check type)
117 lzma_check_update(lzma_check_state *check, lzma_check type,
148 lzma_check_finish(lzma_check_state *check, lzma_check type)
H A Dcheck.h75 extern void lzma_check_init(lzma_check_state *check, lzma_check type);
78 extern void lzma_check_update(lzma_check_state *check, lzma_check type,
82 extern void lzma_check_finish(lzma_check_state *check, lzma_check type);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcheck.c17 lzma_check_is_supported(lzma_check type)
64 lzma_check_size(lzma_check type)
84 lzma_check_init(lzma_check_state *check, lzma_check type)
117 lzma_check_update(lzma_check_state *check, lzma_check type,
148 lzma_check_finish(lzma_check_state *check, lzma_check type)
H A Dcheck.h75 extern void lzma_check_init(lzma_check_state *check, lzma_check type);
78 extern void lzma_check_update(lzma_check_state *check, lzma_check type,
82 extern void lzma_check_finish(lzma_check_state *check, lzma_check type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dcoder.h46 extern void coder_set_check(lzma_check check);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dcoder.h46 extern void coder_set_check(lzma_check check);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_stream_flags.c95 known_flags.check = (lzma_check)(-1);
169 for (lzma_check check = LZMA_CHECK_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_stream_flags.c95 known_flags.check = (lzma_check)(-1);
169 for (lzma_check check = LZMA_CHECK_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/doc/examples/
H A Dxz_pipe_comp.c50 lzma_check check = INTEGRITY_CHECK;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/doc/examples/
H A Dxz_pipe_comp.c50 lzma_check check = INTEGRITY_CHECK;

Completed in 106 milliseconds

12