RSTRUCT_PTR      1630 gc.c           	    VALUE *ptr = RSTRUCT_PTR(obj);
RSTRUCT_PTR       755 marshal.c      		    w_object(RSTRUCT_PTR(obj)[i], arg, limit);
RSTRUCT_PTR       104 struct.c       	    return RSTRUCT_PTR(obj)[i];
RSTRUCT_PTR       117 struct.c       static VALUE rb_struct_ref0(VALUE obj) {return RSTRUCT_PTR(obj)[0];}
RSTRUCT_PTR       118 struct.c       static VALUE rb_struct_ref1(VALUE obj) {return RSTRUCT_PTR(obj)[1];}
RSTRUCT_PTR       119 struct.c       static VALUE rb_struct_ref2(VALUE obj) {return RSTRUCT_PTR(obj)[2];}
RSTRUCT_PTR       120 struct.c       static VALUE rb_struct_ref3(VALUE obj) {return RSTRUCT_PTR(obj)[3];}
RSTRUCT_PTR       121 struct.c       static VALUE rb_struct_ref4(VALUE obj) {return RSTRUCT_PTR(obj)[4];}
RSTRUCT_PTR       122 struct.c       static VALUE rb_struct_ref5(VALUE obj) {return RSTRUCT_PTR(obj)[5];}
RSTRUCT_PTR       123 struct.c       static VALUE rb_struct_ref6(VALUE obj) {return RSTRUCT_PTR(obj)[6];}
RSTRUCT_PTR       124 struct.c       static VALUE rb_struct_ref7(VALUE obj) {return RSTRUCT_PTR(obj)[7];}
RSTRUCT_PTR       125 struct.c       static VALUE rb_struct_ref8(VALUE obj) {return RSTRUCT_PTR(obj)[8];}
RSTRUCT_PTR       126 struct.c       static VALUE rb_struct_ref9(VALUE obj) {return RSTRUCT_PTR(obj)[9];}
RSTRUCT_PTR       162 struct.c       	    return RSTRUCT_PTR(obj)[i] = val;
RSTRUCT_PTR       366 struct.c           MEMCPY(RSTRUCT_PTR(self), argv, VALUE, argc);
RSTRUCT_PTR       368 struct.c       	rb_mem_clear(RSTRUCT_PTR(self)+argc, n-argc);
RSTRUCT_PTR       451 struct.c       	rb_yield(RSTRUCT_PTR(s)[i]);
RSTRUCT_PTR       483 struct.c       	rb_yield_values(2, rb_ary_entry(members, i), RSTRUCT_PTR(s)[i]);
RSTRUCT_PTR       522 struct.c       	rb_str_append(str, rb_inspect(RSTRUCT_PTR(s)[i]));
RSTRUCT_PTR       559 struct.c           return rb_ary_new4(RSTRUCT_LEN(s), RSTRUCT_PTR(s));
RSTRUCT_PTR       574 struct.c           MEMCPY(RSTRUCT_PTR(copy), RSTRUCT_PTR(s), VALUE, RSTRUCT_LEN(copy));
RSTRUCT_PTR       589 struct.c       	    return RSTRUCT_PTR(s)[i];
RSTRUCT_PTR       632 struct.c           return RSTRUCT_PTR(s)[i];
RSTRUCT_PTR       650 struct.c       	    RSTRUCT_PTR(s)[i] = val;
RSTRUCT_PTR       698 struct.c           return RSTRUCT_PTR(s)[i] = val;
RSTRUCT_PTR       754 struct.c       	if (RTEST(rb_yield(RSTRUCT_PTR(s)[i]))) {
RSTRUCT_PTR       755 struct.c       	    rb_ary_push(result, RSTRUCT_PTR(s)[i]);
RSTRUCT_PTR       792 struct.c       	if (!rb_equal(RSTRUCT_PTR(s)[i], RSTRUCT_PTR(s2)[i])) return Qfalse;
RSTRUCT_PTR       813 struct.c       	n = rb_hash(RSTRUCT_PTR(s)[i]);
RSTRUCT_PTR       840 struct.c       	if (!rb_eql(RSTRUCT_PTR(s)[i], RSTRUCT_PTR(s2)[i])) return Qfalse;