Home
last modified time | relevance | path

Searched refs:r_value (Results 1 – 1 of 1) sorted by last modified time

/unit/src/ruby/
H A Dnxt_ruby.c892 if (nxt_slow_path(TYPE(r_value) != T_STRING && TYPE(r_value) != T_ARRAY)) { in nxt_ruby_hash_info()
899 if (TYPE(r_value) == T_ARRAY) { in nxt_ruby_hash_info()
901 int arr_len = RARRAY_LEN(r_value); in nxt_ruby_hash_info()
906 item = rb_ary_entry(r_value, i); in nxt_ruby_hash_info()
927 value = RSTRING_PTR(r_value); in nxt_ruby_hash_info()
928 value_end = value + RSTRING_LEN(r_value); in nxt_ruby_hash_info()
974 if (TYPE(r_value) == T_ARRAY) { in nxt_ruby_hash_add()
982 item = rb_ary_entry(r_value, i); in nxt_ruby_hash_add()
995 item = rb_ary_entry(r_value, i); in nxt_ruby_hash_add()
1017 value = RSTRING_PTR(r_value); in nxt_ruby_hash_add()
[all …]