ECONV_AFTER_OUTPUT 2850 ext/zlib/zlib.c         (void)rb_econv_convert(gz->ec, &sp, se, &dp, de, ECONV_PARTIAL_INPUT|ECONV_AFTER_OUTPUT);
ECONV_AFTER_OUTPUT 2316 io.c               v = fill_cbuf(fptr, ECONV_AFTER_OUTPUT);
ECONV_AFTER_OUTPUT  467 transcode.c        if ((opt & ECONV_AFTER_OUTPUT) && *out_pos != out_p) { \
ECONV_AFTER_OUTPUT 1138 transcode.c                if (i == 0 && (flags & ECONV_AFTER_OUTPUT)) {
ECONV_AFTER_OUTPUT 1140 transcode.c                    flags &= ~ECONV_AFTER_OUTPUT;
ECONV_AFTER_OUTPUT 1143 transcode.c                    f &= ~ECONV_AFTER_OUTPUT;
ECONV_AFTER_OUTPUT 1221 transcode.c            (flags & ECONV_AFTER_OUTPUT)) {
ECONV_AFTER_OUTPUT 1225 transcode.c                    (flags & ~ECONV_AFTER_OUTPUT)|ECONV_PARTIAL_INPUT,
ECONV_AFTER_OUTPUT 1288 transcode.c                if (flags & ECONV_AFTER_OUTPUT) {
ECONV_AFTER_OUTPUT 1299 transcode.c            if (0 < len && (flags & ECONV_AFTER_OUTPUT)) {
ECONV_AFTER_OUTPUT 1342 transcode.c                    (flags&~ECONV_AFTER_OUTPUT)|ECONV_PARTIAL_INPUT, &result_position);
ECONV_AFTER_OUTPUT 1348 transcode.c            (flags & ECONV_AFTER_OUTPUT) &&
ECONV_AFTER_OUTPUT 1355 transcode.c        else if ((flags & ECONV_AFTER_OUTPUT) ||
ECONV_AFTER_OUTPUT 1360 transcode.c            flags |= ECONV_AFTER_OUTPUT;
ECONV_AFTER_OUTPUT 3732 transcode.c                flags |= ECONV_AFTER_OUTPUT;
ECONV_AFTER_OUTPUT 4522 transcode.c        rb_define_const(rb_cEncodingConverter, "AFTER_OUTPUT", INT2FIX(ECONV_AFTER_OUTPUT));