Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c300 ret = xz_dec_run(s, &b); in unxz()
323 ret = xz_dec_run(s, &b); in unxz()
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_syms.c15 EXPORT_SYMBOL(xz_dec_run);
H A Dxz_dec_test.c133 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
H A Dxz_dec_stream.c781 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function
878 ret = xz_dec_run(s, b); in xz_dec_catrun()
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c42 ret = xz_dec_run(s, &b); in main()
H A Dbytetest.c59 ret = xz_dec_run(s, &b); in main()
/freebsd/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h228 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
/freebsd/sys/geom/uzip/
H A Dg_uzip_lzma.c78 err = (xz_dec_run(lzp->s, &lzp->b) != XZ_STREAM_END) ? 1 : 0; in g_uzip_lzma_decompress()
/freebsd/sys/contrib/xz-embedded/
H A DREADME95 The xz_dec_run() function will stop after decompressing one stream.
131 by #defining XZ_DEC_ANY_CHECK. Then xz_dec_run() will return
/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c423 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run()