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

/freebsd-11-stable/contrib/xz/src/liblzma/api/lzma/
H A Dcheck.h55 } lzma_check; typedef in typeref:enum:__anon5833
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.h160 lzma_check check;
259 lzma_stream *strm, uint32_t preset, lzma_check check)
292 uint32_t preset, lzma_check check,
315 const lzma_filter *filters, lzma_check check)
440 lzma_filter *filters, lzma_check check,
H A Dstream_flags.h79 lzma_check check;
H A Dblock.h93 lzma_check check;
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Deasy_encoder.c17 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,
H A Dstream_encoder.c273 const lzma_filter *filters, lzma_check check)
329 const lzma_filter *filters, lzma_check check)
H A Dauto_decoder.c114 static lzma_check
H A Dcommon.h164 lzma_check (*get_check)(const void *coder);
H A Dstream_decoder.c390 static lzma_check
H A Dcommon.c385 extern LZMA_API(lzma_check)
/freebsd-11-stable/contrib/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.h115 extern void lzma_check_init(lzma_check_state *check, lzma_check type);
118 extern void lzma_check_update(lzma_check_state *check, lzma_check type,
122 extern void lzma_check_finish(lzma_check_state *check, lzma_check type);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.h56 extern void coder_set_check(lzma_check check);
H A Dcoder.c49 static lzma_check check;
64 coder_set_check(lzma_check new_check)
H A Dargs.c418 lzma_check check;

Completed in 327 milliseconds