Searched refs:lzma_stream (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11.0-release/contrib/xz/src/liblzma/common/
H A Deasy_encoder.c17 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
H A Dcommon.c166 lzma_strm_init(lzma_stream *strm)
193 lzma_code(lzma_stream *strm, lzma_action action)
353 lzma_end(lzma_stream *strm)
366 lzma_get_progress(lzma_stream *strm,
382 lzma_get_check(const lzma_stream *strm)
394 lzma_memusage(const lzma_stream *strm)
411 lzma_memlimit_get(const lzma_stream *strm)
428 lzma_memlimit_set(lzma_stream *strm, uint64_t new_memlimit)
H A Dalone_encoder.c149 lzma_alone_encoder(lzma_stream *strm, const lzma_options_lzma *options)
H A Dfilter_decoder.c149 lzma_raw_decoder(lzma_stream *strm, const lzma_filter *options)
H A Dfilter_encoder.c172 lzma_filters_update(lzma_stream *strm, const lzma_filter *filters)
208 lzma_raw_encoder(lzma_stream *strm, const lzma_filter *options)
H A Dalone_decoder.c230 lzma_alone_decoder(lzma_stream *strm, uint64_t memlimit)
H A Dauto_decoder.c178 lzma_auto_decoder(lzma_stream *strm, uint64_t memlimit, uint32_t flags)
H A Dblock_encoder.c209 lzma_block_encoder(lzma_stream *strm, lzma_block *block)
H A Dcommon.h162 /// lzma_stream.total_in and .total_out are used instead.
199 /// this is stored in lzma_stream.
218 /// A copy of lzma_stream avail_in. This is used to verify that the
248 extern lzma_ret lzma_strm_init(lzma_stream *strm);
H A Dindex_encoder.c208 lzma_index_encoder(lzma_stream *strm, const lzma_index *i)
H A Dblock_decoder.c244 lzma_block_decoder(lzma_stream *strm, lzma_block *block)
H A Dindex_decoder.c290 lzma_index_decoder(lzma_stream *strm, lzma_index **i, uint64_t memlimit)
H A Dstream_encoder.c320 lzma_stream_encoder(lzma_stream *strm,
/freebsd-11.0-release/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h323 * With a lzma_stream initialized with the single-threaded
351 * A pointer to lzma_allocator may be passed via lzma_stream structure
365 * lzma_allocator given via the lzma_stream structure. The application
366 * must not change the allocator pointer in lzma_stream or the contents
368 * to free the memory associated with that lzma_stream. The allocation
448 * The lzma_stream structure is used for
455 * - After allocating lzma_stream (on stack or with malloc()), it must be
458 * - Initialize a coder to the lzma_stream, for example by using
467 * associated with the lzma_stream structure when the initialization
472 * - Once the coding has been finished, the existing lzma_stream ca
524 } lzma_stream; typedef in typeref:struct:__anon5825
[all...]
H A Dcontainer.h225 * \param strm Pointer to lzma_stream that is at least initialized
259 lzma_stream *strm, uint32_t preset, lzma_check check)
301 * \param strm Pointer to properly prepared lzma_stream
314 extern LZMA_API(lzma_ret) lzma_stream_encoder(lzma_stream *strm,
348 * \param strm Pointer to properly prepared lzma_stream
358 lzma_stream *strm, const lzma_mt *options)
383 lzma_stream *strm, const lzma_options_lzma *options)
521 * \param strm Pointer to properly prepared lzma_stream
534 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
545 * \param strm Pointer to properly prepared lzma_stream
[all...]
H A Dfilter.h167 * \param strm Pointer to properly prepared lzma_stream
180 lzma_stream *strm, const lzma_filter *filters)
198 lzma_stream *strm, const lzma_filter *filters)
229 lzma_stream *strm, const lzma_filter *filters) lzma_nothrow;
H A Dcheck.h149 extern LZMA_API(lzma_check) lzma_get_check(const lzma_stream *strm)
H A Dblock.h456 lzma_stream *strm, lzma_block *block)
474 lzma_stream *strm, lzma_block *block)
H A Dindex.h585 * \param strm Pointer to properly prepared lzma_stream
597 lzma_stream *strm, const lzma_index *i)
604 * \param strm Pointer to properly prepared lzma_stream
625 lzma_stream *strm, lzma_index **i, uint64_t memlimit)
/freebsd-11.0-release/usr.bin/mkuzip/
H A Dmkuz_lzma.c46 lzma_stream strm;
50 static const lzma_stream lzma_stream_init = LZMA_STREAM_INIT;
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dmessage.h150 /// \param strm Pointer to lzma_stream used for the coding.
153 extern void message_progress_start(lzma_stream *strm, uint64_t in_size);
/freebsd-11.0-release/contrib/xz/src/xzdec/
H A Dxzdec.c145 uncompress(lzma_stream *strm, FILE *file, const char *filename)
282 // The same lzma_stream is used for all files that we decode. This way
285 lzma_stream strm = LZMA_STREAM_INIT;
/freebsd-11.0-release/usr.bin/gzip/
H A Dunxz.c43 lzma_stream strm = LZMA_STREAM_INIT;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_xz.c104 lzma_stream stream;
224 static const lzma_stream lzma_stream_init_data = LZMA_STREAM_INIT;
/freebsd-11.0-release/usr.bin/grep/
H A Dfile.c67 static lzma_stream lstrm = LZMA_STREAM_INIT;

Completed in 133 milliseconds

12