Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
load_arg Struct Reference

Data Fields

VALUE src
 
char * buf
 
long buflen
 
long readable
 
long offset
 
st_tablesymbols
 
st_tabledata
 
VALUE proc
 
st_tablecompat_tbl
 
int infection
 

Detailed Description

Definition at line 981 of file marshal.c.

Field Documentation

◆ buf

char* load_arg::buf

Definition at line 983 of file marshal.c.

Referenced by clear_load_arg(), marshal_load(), r_byte1_buffered(), and r_bytes1_buffered().

◆ buflen

long load_arg::buflen

Definition at line 984 of file marshal.c.

Referenced by clear_load_arg(), r_byte(), r_byte1_buffered(), r_bytes0(), and r_bytes1_buffered().

◆ compat_tbl

st_table* load_arg::compat_tbl

◆ data

st_table* load_arg::data

Definition at line 988 of file marshal.c.

Referenced by clear_load_arg(), mark_load_arg(), marshal_load(), r_entry0(), r_object0(), and r_prepare().

◆ infection

int load_arg::infection

Definition at line 991 of file marshal.c.

Referenced by marshal_load(), r_byte1_buffered(), r_bytes1(), r_bytes1_buffered(), and r_entry0().

◆ offset

long load_arg::offset

◆ proc

VALUE load_arg::proc

Definition at line 989 of file marshal.c.

Referenced by marshal_load(), and r_post_proc().

◆ readable

long load_arg::readable

◆ src

VALUE load_arg::src

Definition at line 982 of file marshal.c.

Referenced by marshal_load(), r_byte(), r_byte1_buffered(), r_bytes0(), r_bytes1(), and r_bytes1_buffered().

◆ symbols

st_table* load_arg::symbols

The documentation for this struct was generated from the following file: