Searched refs:nxt_ruby_stream_io_s_write (Results 1 – 1 of 1) sorted by relevance
19 nxt_inline long nxt_ruby_stream_io_s_write(nxt_ruby_ctx_t *rctx, VALUE val);213 nxt_ruby_stream_io_s_write(rctx, RARRAY_PTR(args)[0]); in nxt_ruby_stream_io_puts()231 len = nxt_ruby_stream_io_s_write(rctx, RARRAY_PTR(args)[0]); in nxt_ruby_stream_io_write()238 nxt_ruby_stream_io_s_write(nxt_ruby_ctx_t *rctx, VALUE val) in nxt_ruby_stream_io_s_write() function