Lines Matching defs:TINFL_FLAG_HAS_MORE_INPUT
1566 // TINFL_FLAG_HAS_MORE_INPUT: If set, there are more input bytes available
1576 TINFL_FLAG_HAS_MORE_INPUT = 2,
2287 if (flush != MZ_FINISH) decomp_flags |= TINFL_FLAG_HAS_MORE_INPUT;
2449 if (decomp_flags & TINFL_FLAG_HAS_MORE_INPUT) { \
2656 if (decomp_flags & TINFL_FLAG_HAS_MORE_INPUT) {
3004 (flags & ~TINFL_FLAG_HAS_MORE_INPUT) |
3037 (flags & ~TINFL_FLAG_HAS_MORE_INPUT) |
3058 (flags & ~(TINFL_FLAG_HAS_MORE_INPUT |
5586 (comp_remaining ? TINFL_FLAG_HAS_MORE_INPUT : 0));
5815 comp_remaining ? TINFL_FLAG_HAS_MORE_INPUT : 0);