Searched refs:nxt_ruby_stream_io_new (Results 1 – 1 of 1) sorted by relevance
11 static VALUE nxt_ruby_stream_io_new(VALUE class, VALUE arg);35 rb_define_singleton_method(stream_io, "new", nxt_ruby_stream_io_new, 1); in nxt_ruby_stream_io_input_init()59 rb_define_singleton_method(stream_io, "new", nxt_ruby_stream_io_new, 1); in nxt_ruby_stream_io_error_init()72 nxt_ruby_stream_io_new(VALUE class, VALUE arg) in nxt_ruby_stream_io_new() function