Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp798 napi_value this_arg, headers, keys, name, value, array_val; in response_send_headers() local
862 array_val = napi.get_element(value, j); in response_send_headers()
864 val_type = napi.type_of(array_val); in response_send_headers()
867 array_val = napi.coerce_to_string(array_val); in response_send_headers()
870 value_len = napi.get_value_string_latin1(array_val, ptr, in response_send_headers()