Lines Matching defs:nva2
41 nghttp2_nv nva2[] = {MAKE_NV(":path", "/script.js"),
76 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, ARRLEN(nva2));
84 assert_nv_equal(nva2, out.nva, 2, mem);
142 nghttp2_nv nva2[] = {MAKE_NV("host", "alpha"), MAKE_NV("host", "alpha"),
172 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, ARRLEN(nva2));
180 assert_nv_equal(nva2, out.nva, 3, mem);
716 nghttp2_nv nva2[] = {MAKE_NV(":path", "/")};
954 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, 1);