Searched refs:nxt_ruby_stream_io_write (Results 1 – 1 of 1) sorted by relevance
18 static VALUE nxt_ruby_stream_io_write(VALUE obj, VALUE args);63 rb_define_method(stream_io, "write", nxt_ruby_stream_io_write, -2); in nxt_ruby_stream_io_error_init()220 nxt_ruby_stream_io_write(VALUE obj, VALUE args) in nxt_ruby_stream_io_write() function