Home
last modified time | relevance | path

Searched refs:attribute_table (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/winhttp/
H A Drequest.c105 static const WCHAR *attribute_table[] = variable
778 if (attr >= ARRAY_SIZE(attribute_table)) in query_headers()
783 if (!attribute_table[attr]) in query_headers()
789 TRACE("attribute %s\n", debugstr_w(attribute_table[attr])); in query_headers()
790 … header_index = get_header_index( request, attribute_table[attr], requested_index, request_only ); in query_headers()