Home
last modified time | relevance | path

Searched refs:value_end (Results 1 – 1 of 1) sorted by path

/unit/src/ruby/
H A Dnxt_ruby.c880 const char *value, *value_end, *pos; in nxt_ruby_hash_info() local
928 value_end = value + RSTRING_LEN(r_value); in nxt_ruby_hash_info()
946 if (value <= value_end) { in nxt_ruby_hash_info()
948 headers_info->size += RSTRING_LEN(r_key) + (value_end - value); in nxt_ruby_hash_info()
966 const char *value, *value_end, *pos; in nxt_ruby_hash_add() local
1018 value_end = value + RSTRING_LEN(r_value); in nxt_ruby_hash_add()
1040 if (value <= value_end) { in nxt_ruby_hash_add()
1043 value, value_end - value); in nxt_ruby_hash_add()