Lines Matching defs:mode
51 /* Operation mode */
52 enum xz_mode mode;
577 * mode. Thus, update s->sequence before calling
729 * In multi-call mode, we must return XZ_BUF_ERROR when it seems clear that we
737 * In single-call mode, if we couldn't decode everything and no error
756 if (DEC_IS_SINGLE(s->mode))
763 if (DEC_IS_SINGLE(s->mode)) {
786 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max)
792 s->mode = mode;
795 s->bcj = xz_dec_bcj_create(DEC_IS_SINGLE(mode));
800 s->lzma2 = xz_dec_lzma2_create(mode, dict_max);