Lines Matching refs:MAKE_NV
130 nghttp2_nv nv[] = {MAKE_NV(":host", "example.org"),
131 MAKE_NV(":scheme", "https")};
280 MAKE_NV(":method", "GET"),
281 MAKE_NV(":scheme", "https"),
282 MAKE_NV(":authority", "example.org"),
283 MAKE_NV(":path", "/"),
399 nghttp2_nv nv[] = {MAKE_NV(":host", "example.org"),
400 MAKE_NV(":scheme", "https")};
528 MAKE_NV(":scheme", "https"), MAKE_NV(":authority", "example.org"),
529 MAKE_NV(":path", "/slashdot"),
530 MAKE_NV("accept-encoding", "gzip, deflate"), MAKE_NV("foo", "bar")};
532 MAKE_NV(":scheme", "https"), MAKE_NV(":authority", "example.org"),
533 MAKE_NV(":path", "/style.css"), MAKE_NV("cookie", "nghttp2=FTW"),
534 MAKE_NV("foo", "bar2")};