Searched refs:xz_dec_run (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/xz-embedded/linux/lib/ |
H A D | decompress_unxz.c | 300 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 D | xz_dec_syms.c | 15 EXPORT_SYMBOL(xz_dec_run);
|
H A D | xz_dec_test.c | 133 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
|
H A D | xz_dec_stream.c | 781 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 D | buftest.c | 42 ret = xz_dec_run(s, &b); in main()
|
H A D | bytetest.c | 59 ret = xz_dec_run(s, &b); in main()
|
/freebsd/sys/contrib/xz-embedded/linux/include/linux/ |
H A D | xz.h | 228 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_lzma.c | 78 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 D | README | 95 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 D | mlxfw_mfa2.c | 423 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run()
|