Home
last modified time | relevance | path

Searched refs:maygvl_copy_stream_read (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c11128 maygvl_copy_stream_read(int has_gvl, struct copy_stream_struct *stp, char *buf, size_t len, off_t o… in maygvl_copy_stream_read() function
11235 ss = maygvl_copy_stream_read(0, stp, buf, len, src_offset); in nogvl_copy_stream_read_write()
11240 ss = maygvl_copy_stream_read(0, stp, buf, len, (off_t)-1); in nogvl_copy_stream_read_write()
11321 ss = maygvl_copy_stream_read(1, stp, RSTRING_PTR(buf), l, off); in copy_stream_fallback_body()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.332885 (maygvl_copy_stream_read): ditto.