Home | History | Annotate | Download | only in pending

Lines Matching refs:dec_main

2360   /* Position in dec_main() */
2882 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
3046 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
3078 ret = dec_main(s, b);