Home
last modified time | relevance | path

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

/third_party/nghttp2/examples/
Ddeflate.c52 nghttp2_nv nva1[] = { in main() local
81 deflate(deflater, inflater, nva1, sizeof(nva1) / sizeof(nva1[0])); in main()
/third_party/nghttp2/tests/
Dfailmalloc_test.c527 nghttp2_nv nva1[] = { in run_nghttp2_hd() local
554 rv = deflate_inflate(&deflater, &inflater, &bufs, nva1, ARRLEN(nva1), in run_nghttp2_hd()
Dnghttp2_hd_test.c39 nghttp2_nv nva1[] = {MAKE_NV(":path", "/my-example/index.html"), in test_nghttp2_hd_deflate() local
62 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva1, ARRLEN(nva1)); in test_nghttp2_hd_deflate()
70 assert_nv_equal(nva1, out.nva, 3, mem); in test_nghttp2_hd_deflate()
141 nghttp2_nv nva1[] = {MAKE_NV("host", "alpha"), MAKE_NV("host", "alpha")}; in test_nghttp2_hd_deflate_same_indexed_repr() local
158 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva1, ARRLEN(nva1)); in test_nghttp2_hd_deflate_same_indexed_repr()
166 assert_nv_equal(nva1, out.nva, 2, mem); in test_nghttp2_hd_deflate_same_indexed_repr()