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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Deasy_encoder.c18 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
H A Dcommon.c145 lzma_strm_init(lzma_stream *strm)
174 lzma_code(lzma_stream *strm, lzma_action action)
314 lzma_end(lzma_stream *strm)
327 lzma_get_check(const lzma_stream *strm)
339 lzma_memusage(const lzma_stream *strm)
356 lzma_memlimit_get(const lzma_stream *strm)
373 lzma_memlimit_set(lzma_stream *strm, uint64_t new_memlimit)
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)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Deasy_encoder.c18 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
H A Dcommon.c145 lzma_strm_init(lzma_stream *strm)
174 lzma_code(lzma_stream *strm, lzma_action action)
314 lzma_end(lzma_stream *strm)
327 lzma_get_check(const lzma_stream *strm)
339 lzma_memusage(const lzma_stream *strm)
356 lzma_memlimit_get(const lzma_stream *strm)
373 lzma_memlimit_set(lzma_stream *strm, uint64_t new_memlimit)
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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dbase.h328 * A pointer to lzma_allocator may be passed via lzma_stream structure
417 * The lzma_stream structure is used for
424 * - After allocating lzma_stream (on stack or with malloc()), it must be
427 * - Initialize a coder to the lzma_stream, for example by using
436 * associated with the lzma_stream structure when the initialization
441 * - Once the coding has been finished, the existing lzma_stream can be
442 * reused. It is OK to reuse lzma_stream with different initialization
447 * frees the lzma_stream structure itself.
490 } lzma_stream; typedef in typeref:struct:__anon19388
494 * \brief Initialization for lzma_stream
[all...]
H A Dcontainer.h100 * \param strm Pointer to lzma_stream that is at least initialized
134 lzma_stream *strm, uint32_t preset, lzma_check check)
175 * \param strm Pointer to properly prepared lzma_stream
188 extern LZMA_API(lzma_ret) lzma_stream_encoder(lzma_stream *strm,
214 lzma_stream *strm, const lzma_options_lzma *options)
327 * \param strm Pointer to properly prepared lzma_stream
340 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
351 * \param strm Pointer to properly prepared lzma_stream
362 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
378 lzma_stream *str
[all...]
H A Dfilter.h166 * \param strm Pointer to properly prepared lzma_stream
179 lzma_stream *strm, const lzma_filter *filters)
197 lzma_stream *strm, const lzma_filter *filters)
228 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.h423 lzma_stream *strm, lzma_block *block)
441 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)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dbase.h328 * A pointer to lzma_allocator may be passed via lzma_stream structure
417 * The lzma_stream structure is used for
424 * - After allocating lzma_stream (on stack or with malloc()), it must be
427 * - Initialize a coder to the lzma_stream, for example by using
436 * associated with the lzma_stream structure when the initialization
441 * - Once the coding has been finished, the existing lzma_stream can be
442 * reused. It is OK to reuse lzma_stream with different initialization
447 * frees the lzma_stream structure itself.
490 } lzma_stream; typedef in typeref:struct:__anon20382
494 * \brief Initialization for lzma_stream
[all...]
H A Dcontainer.h100 * \param strm Pointer to lzma_stream that is at least initialized
134 lzma_stream *strm, uint32_t preset, lzma_check check)
175 * \param strm Pointer to properly prepared lzma_stream
188 extern LZMA_API(lzma_ret) lzma_stream_encoder(lzma_stream *strm,
214 lzma_stream *strm, const lzma_options_lzma *options)
327 * \param strm Pointer to properly prepared lzma_stream
340 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
351 * \param strm Pointer to properly prepared lzma_stream
362 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
378 lzma_stream *str
[all...]
H A Dfilter.h166 * \param strm Pointer to properly prepared lzma_stream
179 lzma_stream *strm, const lzma_filter *filters)
197 lzma_stream *strm, const lzma_filter *filters)
228 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.h423 lzma_stream *strm, lzma_block *block)
441 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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtests.h58 coder_loop(lzma_stream *strm, uint8_t *in, size_t in_size,
110 decoder_loop_ret(lzma_stream *strm, uint8_t *in, size_t in_size,
118 decoder_loop(lzma_stream *strm, uint8_t *in, size_t in_size)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtests.h58 coder_loop(lzma_stream *strm, uint8_t *in, size_t in_size,
110 decoder_loop_ret(lzma_stream *strm, uint8_t *in, size_t in_size,
118 decoder_loop(lzma_stream *strm, uint8_t *in, size_t in_size)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dlzma_xz_wrapper.c43 lzma_stream strm = LZMA_STREAM_INIT;
102 lzma_stream strm = LZMA_STREAM_INIT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/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;

Completed in 197 milliseconds

123