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

/freebsd-11-stable/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.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
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c41 ret = xz_dec_run(s, &b);
H A Dbytetest.c59 ret = xz_dec_run(s, &b);
H A Dxzminidec.c67 ret = xz_dec_run(s, &b);
/freebsd-11-stable/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-11-stable/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-11-stable/sys/geom/uzip/
H A Dg_uzip_lzma.c81 err = (xz_dec_run(lzp->s, &lzp->b) != XZ_STREAM_END) ? 1 : 0;
/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c425 xz_ret = xz_dec_run(xz_dec, xz_buf);

Completed in 82 milliseconds