Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
VALUE | src |
char * | buf |
long | buflen |
long | readable |
long | offset |
st_table * | symbols |
st_table * | data |
VALUE | proc |
st_table * | compat_tbl |
int | infection |
char* load_arg::buf |
Definition at line 1064 of file marshal.c.
Referenced by clear_load_arg(), r_byte1_buffered(), r_bytes1_buffered(), and rb_marshal_load_with_proc().
long load_arg::buflen |
Definition at line 1065 of file marshal.c.
Referenced by clear_load_arg(), r_byte(), r_byte1_buffered(), r_bytes0(), and r_bytes1_buffered().
st_table* load_arg::compat_tbl |
Definition at line 1071 of file marshal.c.
Referenced by clear_load_arg(), mark_load_arg(), obj_alloc_by_klass(), r_entry0(), r_fixup_compat(), and rb_marshal_load_with_proc().
st_table* load_arg::data |
Definition at line 1069 of file marshal.c.
Referenced by clear_load_arg(), mark_load_arg(), r_entry0(), r_object0(), r_prepare(), and rb_marshal_load_with_proc().
int load_arg::infection |
Definition at line 1072 of file marshal.c.
Referenced by r_byte1_buffered(), r_bytes1(), r_bytes1_buffered(), r_entry0(), and rb_marshal_load_with_proc().
long load_arg::offset |
Definition at line 1067 of file marshal.c.
Referenced by clear_load_arg(), r_byte(), r_byte1_buffered(), r_bytes0(), r_bytes1_buffered(), and rb_marshal_load_with_proc().
VALUE load_arg::proc |
Definition at line 1070 of file marshal.c.
Referenced by r_post_proc(), and rb_marshal_load_with_proc().
long load_arg::readable |
Definition at line 1066 of file marshal.c.
Referenced by clear_load_arg(), r_byte(), r_byte1_buffered(), r_bytes0(), r_bytes1_buffered(), r_object0(), and rb_marshal_load_with_proc().
VALUE load_arg::src |
Definition at line 1063 of file marshal.c.
Referenced by r_byte(), r_byte1_buffered(), r_bytes0(), r_bytes1(), r_bytes1_buffered(), and rb_marshal_load_with_proc().
st_table* load_arg::symbols |
Definition at line 1068 of file marshal.c.
Referenced by check_load_arg(), clear_load_arg(), mark_load_arg(), r_symlink(), r_symreal(), and rb_marshal_load_with_proc().