Home
last modified time | relevance | path

Searched defs:copy_stream_struct (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c10693 struct copy_stream_struct { struct
10694 VALUE src;
10695 VALUE dst;
10696 off_t copy_length; /* (off_t)-1 if not specified */
10697 off_t src_offset; /* (off_t)-1 if not specified */
10699 int src_fd;
10700 int dst_fd;
10724 maygvl_copy_stream_continue_p(int has_gvl, struct copy_stream_struct *stp) in maygvl_copy_stream_continue_p() argument