rb_io_ext_int_to_encs 3926 io.c               rb_io_ext_int_to_encs(ext_enc, int_enc, enc_p, enc2_p);
rb_io_ext_int_to_encs 4001 io.c           	rb_io_ext_int_to_encs(extencoding, intencoding, enc_p, enc2_p);
rb_io_ext_int_to_encs 4050 io.c               rb_io_ext_int_to_encs(NULL, NULL, &enc, &enc2);
rb_io_ext_int_to_encs 4078 io.c           	    rb_io_ext_int_to_encs(e, NULL, &enc, &enc2);
rb_io_ext_int_to_encs 4236 io.c           	rb_io_ext_int_to_encs(NULL, NULL, &cc.enc, &cc.enc2);
rb_io_ext_int_to_encs 4268 io.c           	rb_io_ext_int_to_encs(e, NULL, &convconfig.enc, &convconfig.enc2);
rb_io_ext_int_to_encs 6979 io.c           	    rb_io_ext_int_to_encs(NULL, NULL, &enc, &enc2);
rb_io_ext_int_to_encs 6990 io.c           		rb_io_ext_int_to_encs(rb_to_encoding(v1), NULL, &enc, &enc2);