Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby_stream_io.c20 static VALUE nxt_ruby_stream_io_flush(VALUE obj);
64 rb_define_method(stream_io, "flush", nxt_ruby_stream_io_flush, 0); in nxt_ruby_stream_io_error_init()
259 nxt_ruby_stream_io_flush(VALUE obj) in nxt_ruby_stream_io_flush() function