Lines Matching refs:MAKE_NV

85     MAKE_NV(":method", "GET"),
86 MAKE_NV(":path", "/"),
87 MAKE_NV(":scheme", "https"),
88 MAKE_NV(":authority", "localhost"),
92 MAKE_NV(":status", "200"),
97 MAKE_NV("digest", "SHA-256="
1848 MAKE_NV(":method", "GET"), MAKE_NV(":path", "/"),
1849 MAKE_NV(":scheme", "https"), MAKE_NV(":authority", "localhost"),
1850 MAKE_NV("priority", "i,u=2"),
2143 nghttp2_nv nv = MAKE_NV(":authority", "example.org");
2983 const nghttp2_nv nv1[] = {MAKE_NV(":method", "GET"), MAKE_NV(":path", "/")};
2984 const nghttp2_nv nv2[] = {MAKE_NV("user-agent", "nghttp2/1.0.0"),
2985 MAKE_NV("alpha", "bravo")};
3220 nghttp2_nv malformed_nva[] = {MAKE_NV(":path", "\x01")};
3688 nghttp2_nv nv = MAKE_NV(":authority", "example.org");
3994 nghttp2_nv malformed_nva[] = {MAKE_NV(":path", "\x01")};
5940 MAKE_NV("h1", ""), MAKE_NV("h1", ""), MAKE_NV("h1", ""),
5941 MAKE_NV("h1", ""), MAKE_NV("h1", ""), MAKE_NV("h1", ""),
5942 MAKE_NV("h1", ""),
5979 MAKE_NV("h1", ""), MAKE_NV("h1", ""), MAKE_NV("h1", ""),
5980 MAKE_NV("h1", ""), MAKE_NV("h1", ""), MAKE_NV("h1", ""),
6592 nghttp2_nv empty_name_nv[] = {MAKE_NV("Version", "HTTP/1.1"),
6593 MAKE_NV("", "empty name")};
10095 nghttp2_nv nv[] = {MAKE_NV("alpha", "bravo"), MAKE_NV("charlie", "delta")};
12161 const nghttp2_nv nostatus_resnv[] = {MAKE_NV("server", "foo")};
12162 const nghttp2_nv dupstatus_resnv[] = {MAKE_NV(":status", "200"),
12163 MAKE_NV(":status", "200")};
12164 const nghttp2_nv badpseudo_resnv[] = {MAKE_NV(":status", "200"),
12165 MAKE_NV(":scheme", "https")};
12166 const nghttp2_nv latepseudo_resnv[] = {MAKE_NV("server", "foo"),
12167 MAKE_NV(":status", "200")};
12168 const nghttp2_nv badstatus_resnv[] = {MAKE_NV(":status", "2000")};
12169 const nghttp2_nv badcl_resnv[] = {MAKE_NV(":status", "200"),
12170 MAKE_NV("content-length", "-1")};
12171 const nghttp2_nv dupcl_resnv[] = {MAKE_NV(":status", "200"),
12172 MAKE_NV("content-length", "0"),
12173 MAKE_NV("content-length", "0")};
12174 const nghttp2_nv badhd_resnv[] = {MAKE_NV(":status", "200"),
12175 MAKE_NV("connection", "close")};
12176 const nghttp2_nv cl1xx_resnv[] = {MAKE_NV(":status", "100"),
12177 MAKE_NV("content-length", "0")};
12178 const nghttp2_nv cl204_resnv[] = {MAKE_NV(":status", "204"),
12179 MAKE_NV("content-length", "0")};
12180 const nghttp2_nv clnonzero204_resnv[] = {MAKE_NV(":status", "204"),
12181 MAKE_NV("content-length", "100")};
12182 const nghttp2_nv status101_resnv[] = {MAKE_NV(":status", "101")};
12183 const nghttp2_nv unexpectedhost_resnv[] = {MAKE_NV(":status", "200"),
12184 MAKE_NV("host", "/localhost")};
12187 const nghttp2_nv nopath_reqnv[] = {MAKE_NV(":scheme", "https"),
12188 MAKE_NV(":method", "GET"),
12189 MAKE_NV(":authority", "localhost")};
12191 MAKE_NV(":method", "CONNECT"), MAKE_NV(":scheme", "https"),
12192 MAKE_NV(":path", "/"), MAKE_NV(":authority", "localhost")};
12194 MAKE_NV(":scheme", "https"), MAKE_NV(":path", "/"),
12195 MAKE_NV(":method", "CONNECT"), MAKE_NV(":authority", "localhost")};
12197 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "GET"),
12198 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12199 MAKE_NV(":path", "/")};
12201 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "POST"),
12202 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12203 MAKE_NV("content-length", "-1")};
12205 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "POST"),
12206 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12207 MAKE_NV("content-length", "0"), MAKE_NV("content-length", "0")};
12209 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "GET"),
12210 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12211 MAKE_NV("connection", "close")};
12213 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "GET"),
12214 MAKE_NV(":authority", "\x0d\x0alocalhost"), MAKE_NV(":path", "/")};
12216 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "GET"),
12217 MAKE_NV("foo", "\x0d\x0a"), MAKE_NV(":authority", "localhost"),
12218 MAKE_NV(":path", "/")};
12220 MAKE_NV(":path", "*"), MAKE_NV(":scheme", "https"),
12221 MAKE_NV(":authority", "localhost"), MAKE_NV(":method", "GET")};
12223 MAKE_NV(":scheme", "https"), MAKE_NV(":authority", "localhost"),
12224 MAKE_NV(":method", "GET"), MAKE_NV(":path", "*")};
12226 MAKE_NV(":path", "*"), MAKE_NV(":scheme", "https"),
12227 MAKE_NV(":authority", "localhost"), MAKE_NV(":method", "OPTIONS")};
12229 MAKE_NV(":scheme", "https"), MAKE_NV(":authority", "localhost"),
12230 MAKE_NV(":method", "OPTIONS"), MAKE_NV(":path", "*")};
12232 MAKE_NV(":scheme", "https"), MAKE_NV(":path", "/"),
12233 MAKE_NV(":method", "CONNECT"), MAKE_NV(":authority", "localhost"),
12234 MAKE_NV(":protocol", "websocket")};
12236 MAKE_NV(":scheme", "https"), MAKE_NV(":path", "/"),
12237 MAKE_NV(":method", "GET"), MAKE_NV(":authority", "localhost"),
12238 MAKE_NV(":protocol", "websocket")};
12240 MAKE_NV(":scheme", "https"), MAKE_NV(":method", "CONNECT"),
12241 MAKE_NV(":authority", "localhost"), MAKE_NV(":protocol", "websocket")};
12243 MAKE_NV(":scheme", "http"), MAKE_NV(":path", "/"),
12244 MAKE_NV(":method", "CONNECT"), MAKE_NV("host", "localhost"),
12245 MAKE_NV(":protocol", "websocket")};
12247 MAKE_NV(":method", "CONNECT"), MAKE_NV(":authority", "localhost")};
12458 const nghttp2_nv cl_resnv[] = {MAKE_NV(":status", "200"),
12459 MAKE_NV("te", "trailers"),
12460 MAKE_NV("content-length", "9000000000")};
12462 MAKE_NV(":path", "/"), MAKE_NV(":method", "PUT"),
12463 MAKE_NV(":scheme", "https"), MAKE_NV("te", "trailers"),
12464 MAKE_NV("host", "localhost"), MAKE_NV("content-length", "9000000000")};
12530 MAKE_NV(":path", "/"), MAKE_NV(":method", "PUT"),
12531 MAKE_NV(":authority", "localhost"), MAKE_NV(":scheme", "https"),
12532 MAKE_NV("content-length", "20")};
12533 const nghttp2_nv cl_resnv[] = {MAKE_NV(":status", "200"),
12534 MAKE_NV("content-length", "20")};
12713 MAKE_NV(":status", "100"),
12859 MAKE_NV("foo", "bar"),
12973 MAKE_NV(":authority", "localhost"),
12974 MAKE_NV(":scheme", "https"),
12975 MAKE_NV(":path", "/"),
12976 MAKE_NV(":method", "GET"),
12977 MAKE_NV("foo", "\x0zzz"),
12978 MAKE_NV("bar", "buzz"),
12981 MAKE_NV(":authority", "localhost"), MAKE_NV(":scheme", "https"),
12982 MAKE_NV(":path", "/"), MAKE_NV(":method", "GET"), MAKE_NV("bar", "buzz")};
13094 const nghttp2_nv cl_resnv[] = {MAKE_NV(":status", "304"),
13095 MAKE_NV("content-length", "20")};
13096 const nghttp2_nv conn_reqnv[] = {MAKE_NV(":authority", "localhost"),
13097 MAKE_NV(":method", "CONNECT"),
13098 MAKE_NV("content-length", "999999")};
13099 const nghttp2_nv conn_cl_resnv[] = {MAKE_NV(":status", "200"),
13100 MAKE_NV("content-length", "0")};
13181 const nghttp2_nv conn_reqnv[] = {MAKE_NV(":method", "CONNECT"),
13182 MAKE_NV(":authority", "localhost")};
13183 const nghttp2_nv conn_resnv[] = {MAKE_NV(":status", "200"),
13184 MAKE_NV("content-length", "9999")};
13241 const nghttp2_nv bad_reqnv[] = {MAKE_NV(":method", "GET")};
13315 const nghttp2_nv cl_resnv[] = {MAKE_NV(":status", "200"),
13316 MAKE_NV("content-length", "1000000007")};
13362 MAKE_NV(":path", "/"),
13363 MAKE_NV(":method", "GET"),
13364 MAKE_NV(":authority", "localhost"),
13365 MAKE_NV(":scheme", "https"),
13366 MAKE_NV("foo", "bar "),