Searched defs:xz_dec_run (Results 1 - 3 of 3) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz_dec_syms.c15 EXPORT_SYMBOL(xz_dec_run); variable
H A Dxz_dec_stream.c66 * True if the next call to xz_dec_run() is allowed to return
736 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
745 * after the second consecutive call to xz_dec_run() that makes no progress.
760 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) function
/external/toybox/toys/pending/
H A Dxzcat.c32 * calling xz_dec_run() again.
117 * dict_max specifies the maximum allowed dictionary size that xz_dec_run()
124 * ready to be used with xz_dec_run(). If memory allocation fails,
130 * xz_dec_run() - Run the XZ decoder
147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
157 * xz_dec_run(). Thus, explicit call to xz_dec_reset() is useful only in
241 ret = xz_dec_run(s, &b);
2391 * True if the next call to xz_dec_run() is allowed to return
3046 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
3055 * after the second consecutive call to xz_dec_run() tha
3070 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) function
[all...]

Completed in 163 milliseconds