ECONV_AFTER_OUTPUT 2233 ext/zlib/zlib.c res = rb_econv_convert(gz->ec, &sp, se, &dp, de, ECONV_PARTIAL_INPUT|ECONV_AFTER_OUTPUT); ECONV_AFTER_OUTPUT 1553 io.c res = rb_econv_convert(fptr->readconv, &sp, se, &dp, de, ECONV_PARTIAL_INPUT|ECONV_AFTER_OUTPUT); ECONV_AFTER_OUTPUT 464 transcode.c if ((opt & ECONV_AFTER_OUTPUT) && *out_pos != out_p) { \ ECONV_AFTER_OUTPUT 1077 transcode.c if (i == 0 && (flags & ECONV_AFTER_OUTPUT)) { ECONV_AFTER_OUTPUT 1079 transcode.c flags &= ~ECONV_AFTER_OUTPUT; ECONV_AFTER_OUTPUT 1082 transcode.c f &= ~ECONV_AFTER_OUTPUT; ECONV_AFTER_OUTPUT 1160 transcode.c (flags & ECONV_AFTER_OUTPUT)) { ECONV_AFTER_OUTPUT 1164 transcode.c (flags & ~ECONV_AFTER_OUTPUT)|ECONV_PARTIAL_INPUT, ECONV_AFTER_OUTPUT 1227 transcode.c if (flags & ECONV_AFTER_OUTPUT) { ECONV_AFTER_OUTPUT 1238 transcode.c if (0 < len && (flags & ECONV_AFTER_OUTPUT)) { ECONV_AFTER_OUTPUT 1281 transcode.c (flags&~ECONV_AFTER_OUTPUT)|ECONV_PARTIAL_INPUT, &result_position); ECONV_AFTER_OUTPUT 1287 transcode.c (flags & ECONV_AFTER_OUTPUT) && ECONV_AFTER_OUTPUT 1294 transcode.c else if ((flags & ECONV_AFTER_OUTPUT) || ECONV_AFTER_OUTPUT 1299 transcode.c flags |= ECONV_AFTER_OUTPUT; ECONV_AFTER_OUTPUT 3402 transcode.c flags |= ECONV_AFTER_OUTPUT; ECONV_AFTER_OUTPUT 4110 transcode.c rb_define_const(rb_cEncodingConverter, "AFTER_OUTPUT", INT2FIX(ECONV_AFTER_OUTPUT));