Searched refs:lzma_stream_encoder_init (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dstream_encoder.h19 extern lzma_ret lzma_stream_encoder_init(
H A Dstream_encoder.c29 /// lzma_stream_encoder_init() or stream_encoder_update()
129 // initialized by lzma_stream_encoder_init() or
266 lzma_stream_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, function
269 lzma_next_coder_init(&lzma_stream_encoder_init, next, allocator);
323 lzma_next_strm_init(lzma_stream_encoder_init, strm, filters, check);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dstream_encoder.h19 extern lzma_ret lzma_stream_encoder_init(
H A Dstream_encoder.c29 /// lzma_stream_encoder_init() or stream_encoder_update()
129 // initialized by lzma_stream_encoder_init() or
266 lzma_stream_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, function
269 lzma_next_coder_init(&lzma_stream_encoder_init, next, allocator);
323 lzma_next_strm_init(lzma_stream_encoder_init, strm, filters, check);

Completed in 40 milliseconds