Searched refs:xz_dec_run (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_syms.c15 EXPORT_SYMBOL(xz_dec_run); variable
H A Dxz_dec_test.c36 * Return value of xz_dec_run(). We need to avoid calling xz_dec_run() after
133 ret = xz_dec_run(state, &buffers);
H A Dxz_dec_stream.c55 * True if the next call to xz_dec_run() is allowed to return
710 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
719 * after the second consecutive call to xz_dec_run() that makes no progress.
734 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) function
/freebsd-9.3-release/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c41 ret = xz_dec_run(s, &b);
H A Dxzminidec.c64 ret = xz_dec_run(s, &b);
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h44 * so xz_dec_run() cannot return XZ_MEM_ERROR.
47 * allocated at initialization, so xz_dec_run()
52 * allocation fails, xz_dec_run() will return
76 * calling xz_dec_run() again.
173 * Single-call mode (XZ_SINGLE): xz_dec_run() decodes the whole stream at
186 * risk that xz_dec_run() could run out of memory, since xz_dec_run() will
188 * small for decoding the given input stream, xz_dec_run() will return
193 * dict_max specifies the maximum allowed dictionary size that xz_dec_run()
200 * ready to be used with xz_dec_run()
[all...]
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c300 ret = xz_dec_run(s, &b);
323 ret = xz_dec_run(s, &b);
329 * returned by xz_dec_run(), but probably
/freebsd-9.3-release/sys/geom/uncompress/
H A Dg_uncompress.c255 err = (xz_dec_run(sc->s, sc->b) != XZ_STREAM_END) ?

Completed in 107 milliseconds