Lines Matching refs:MAKE_NV
34 #define MAKE_NV(K, V) \
53 MAKE_NV(":scheme", "https"), MAKE_NV(":authority", "example.org"),
54 MAKE_NV(":path", "/"), MAKE_NV("user-agent", "libnghttp2"),
55 MAKE_NV("accept-encoding", "gzip, deflate")};
57 nghttp2_nv nva2[] = {MAKE_NV(":scheme", "https"),
58 MAKE_NV(":authority", "example.org"),
59 MAKE_NV(":path", "/stylesheet/style.css"),
60 MAKE_NV("user-agent", "libnghttp2"),
61 MAKE_NV("accept-encoding", "gzip, deflate"),
62 MAKE_NV("referer", "https://example.org")};