Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c387 * before calling xz_dec_lzma2_run().
401 enum xz_ret xz_dec_lzma2_run(struct xz_dec_lzma2 *s,
482 * a BCJ filter in the chain. If the chain has only LZMA2, xz_dec_lzma2_run()
865 s->ret = xz_dec_lzma2_run(lzma2, b); in xz_dec_bcj_run()
910 s->ret = xz_dec_lzma2_run(lzma2, b); in xz_dec_bcj_run()
1371 /* Position in xz_dec_lzma2_run(). */
2072 enum xz_ret xz_dec_lzma2_run(struct xz_dec_lzma2 *s, in xz_dec_lzma2_run() function
2556 ret = xz_dec_lzma2_run(s->lzma2, b); in dec_block()

Completed in 4 milliseconds