Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby_stream_io.c16 static VALUE nxt_ruby_stream_io_rewind(VALUE obj);
41 rb_define_method(stream_io, "rewind", nxt_ruby_stream_io_rewind, 0); in nxt_ruby_stream_io_input_init()
196 nxt_ruby_stream_io_rewind(VALUE obj) in nxt_ruby_stream_io_rewind() function