Ruby  1.9.3p484(2013-11-22revision43786)
Data Fields
copy_stream_struct Struct Reference

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
 

Detailed Description

Definition at line 9154 of file io.c.

Field Documentation

int copy_stream_struct::close_dst

Definition at line 9163 of file io.c.

Referenced by copy_stream_body(), and copy_stream_finalize().

int copy_stream_struct::close_src

Definition at line 9162 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
VALUE copy_stream_struct::dst
int copy_stream_struct::dst_fd

Definition at line 9161 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
rb_fdset_t copy_stream_struct::fds
const char* copy_stream_struct::notimp

Definition at line 9167 of file io.c.

Referenced by copy_stream_finalize(), and maygvl_copy_stream_read().

VALUE copy_stream_struct::src
int copy_stream_struct::src_fd
off_t copy_stream_struct::src_offset
const char* copy_stream_struct::syserr
VALUE copy_stream_struct::th

Definition at line 9169 of file io.c.

Referenced by copy_stream_body(), and maygvl_copy_stream_continue_p().

off_t copy_stream_struct::total

Definition at line 9164 of file io.c.

Referenced by copy_stream_body(), copy_stream_fallback_body(), and nogvl_copy_stream_write().


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