Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby_stream_io.c15 static VALUE nxt_ruby_stream_io_read(VALUE obj, VALUE args);
40 rb_define_method(stream_io, "read", nxt_ruby_stream_io_read, -2); in nxt_ruby_stream_io_input_init()
149 nxt_ruby_stream_io_read(VALUE obj, VALUE args) in nxt_ruby_stream_io_read() function