Searched refs:u_size (Results 1 – 1 of 1) sorted by relevance
152 long copy_size, u_size; in nxt_ruby_stream_io_read() local160 u_size = NUM2LONG(RARRAY_PTR(args)[0]); in nxt_ruby_stream_io_read()162 if (u_size < 0 || copy_size == 0) { in nxt_ruby_stream_io_read()166 if (copy_size > u_size) { in nxt_ruby_stream_io_read()167 copy_size = u_size; in nxt_ruby_stream_io_read()