Ruby
2.0.0p598(2014-11-13revision48408)
|
Data Fields | |
VALUE | src |
VALUE | dst |
off_t | copy_length |
off_t | src_offset |
int | src_fd |
int | dst_fd |
int | close_src |
int | close_dst |
off_t | total |
const char * | syserr |
int | error_no |
const char * | notimp |
rb_fdset_t | fds |
VALUE | th |
int copy_stream_struct::close_dst |
Definition at line 9665 of file io.c.
Referenced by copy_stream_body(), and copy_stream_finalize().
int copy_stream_struct::close_src |
Definition at line 9664 of file io.c.
Referenced by copy_stream_body(), copy_stream_finalize(), and nogvl_copy_stream_read_write().
off_t copy_stream_struct::copy_length |
Definition at line 9659 of file io.c.
Referenced by copy_stream_body(), copy_stream_fallback_body(), nogvl_copy_stream_read_write(), and rb_io_s_copy_stream().
VALUE copy_stream_struct::dst |
Definition at line 9658 of file io.c.
Referenced by copy_stream_body(), copy_stream_fallback_body(), copy_stream_finalize(), and rb_io_s_copy_stream().
int copy_stream_struct::dst_fd |
Definition at line 9663 of file io.c.
Referenced by copy_stream_body(), nogvl_copy_stream_wait_write(), and nogvl_copy_stream_write().
int copy_stream_struct::error_no |
Definition at line 9668 of file io.c.
Referenced by copy_stream_finalize(), maygvl_copy_stream_read(), maygvl_copy_stream_wait_read(), nogvl_copy_stream_read_write(), nogvl_copy_stream_wait_write(), and nogvl_copy_stream_write().
rb_fdset_t copy_stream_struct::fds |
Definition at line 9670 of file io.c.
Referenced by copy_stream_body(), copy_stream_finalize(), maygvl_copy_stream_wait_read(), nogvl_copy_stream_wait_write(), and rb_io_s_copy_stream().
const char* copy_stream_struct::notimp |
Definition at line 9669 of file io.c.
Referenced by copy_stream_finalize(), and maygvl_copy_stream_read().
VALUE copy_stream_struct::src |
Definition at line 9657 of file io.c.
Referenced by copy_stream_body(), copy_stream_fallback_body(), copy_stream_finalize(), and rb_io_s_copy_stream().
int copy_stream_struct::src_fd |
Definition at line 9662 of file io.c.
Referenced by copy_stream_body(), copy_stream_fallback(), copy_stream_fallback_body(), maygvl_copy_stream_read(), maygvl_copy_stream_wait_read(), and nogvl_copy_stream_read_write().
off_t copy_stream_struct::src_offset |
Definition at line 9660 of file io.c.
Referenced by copy_stream_body(), copy_stream_fallback(), copy_stream_fallback_body(), nogvl_copy_stream_read_write(), and rb_io_s_copy_stream().
const char* copy_stream_struct::syserr |
Definition at line 9667 of file io.c.
Referenced by copy_stream_finalize(), maygvl_copy_stream_read(), maygvl_copy_stream_wait_read(), nogvl_copy_stream_read_write(), nogvl_copy_stream_wait_write(), and nogvl_copy_stream_write().
VALUE copy_stream_struct::th |
Definition at line 9671 of file io.c.
Referenced by copy_stream_body(), and maygvl_copy_stream_continue_p().
off_t copy_stream_struct::total |
Definition at line 9666 of file io.c.
Referenced by copy_stream_body(), copy_stream_fallback_body(), and nogvl_copy_stream_write().