Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_dec_stream.c20 /* Position in dec_main() */
548 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main() function
725 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
760 ret = dec_main(s, b); in xz_dec_run()