Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby.c853 headers_info.rc = NXT_UNIT_OK; in nxt_ruby_rack_result_headers()
854 headers_info.fields = 0; in nxt_ruby_rack_result_headers()
855 headers_info.size = 0; in nxt_ruby_rack_result_headers()
856 headers_info.req = req; in nxt_ruby_rack_result_headers()
861 return headers_info.rc; in nxt_ruby_rack_result_headers()
865 headers_info.fields, headers_info.size); in nxt_ruby_rack_result_headers()
921 headers_info->fields++; in nxt_ruby_hash_info()
939 headers_info->fields++; in nxt_ruby_hash_info()
947 headers_info->fields++; in nxt_ruby_hash_info()
955 headers_info->rc = NXT_UNIT_ERROR; in nxt_ruby_hash_info()
[all …]