Ruby
1.9.3p484(2013-11-22revision43786)
|
Data Fields | |
long | hash |
char * | buffer |
long | length |
long | remaining |
int | printed |
char * bytestring_t::buffer |
Definition at line 41 of file rubyext.c.
Referenced by bytestring_alloc(), bytestring_append(), bytestring_extend(), rb_syck_compile(), syck_st_free_syms(), and syck_yaml2byte().
long bytestring_t::hash |
Definition at line 40 of file rubyext.c.
Referenced by bytestring_alloc(), bytestring_append(), and bytestring_extend().
long bytestring_t::length |
Definition at line 42 of file rubyext.c.
Referenced by bytestring_alloc(), bytestring_append(), and bytestring_extend().
int bytestring_t::printed |
Definition at line 44 of file rubyext.c.
Referenced by bytestring_alloc(), and bytestring_extend().
long bytestring_t::remaining |
Definition at line 43 of file rubyext.c.
Referenced by bytestring_alloc(), bytestring_append(), and bytestring_extend().