Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp795 uint32_t keys_count, i, j; in response_send_headers() local
818 keys_count = napi.get_value_uint32(argv[2]); in response_send_headers()
823 ret = nxt_unit_response_init(req, status_code, keys_count, header_len); in response_send_headers()
833 header_len += keys_count * 2; in response_send_headers()