Home
last modified time | relevance | path

Searched refs:nva2 (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/fuzz/
Dfuzz_frames.cc78 nghttp2_nv *nva2 = NULL; in check_frame_pack_headers() local
79 rv = nghttp2_nv_array_copy(&nva2, nva, nvlen, mem); in check_frame_pack_headers()
81 nghttp2_nv_array_del(nva2, mem); in check_frame_pack_headers()
133 nghttp2_nv *nva2 = NULL; in check_frame_push_promise() local
134 rv = nghttp2_nv_array_copy(&nva2, nva, nvlen, mem); in check_frame_push_promise()
136 nghttp2_nv_array_del(nva2, mem); in check_frame_push_promise()
/third_party/nghttp2/examples/
Ddeflate.c57 nghttp2_nv nva2[] = {MAKE_NV(":scheme", "https"), in main() local
85 deflate(deflater, inflater, nva2, sizeof(nva2) / sizeof(nva2[0])); in main()
/third_party/nghttp2/tests/
Dnghttp2_hd_test.c41 nghttp2_nv nva2[] = {MAKE_NV(":path", "/script.js"), in test_nghttp2_hd_deflate() local
76 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, ARRLEN(nva2)); in test_nghttp2_hd_deflate()
84 assert_nv_equal(nva2, out.nva, 2, mem); in test_nghttp2_hd_deflate()
142 nghttp2_nv nva2[] = {MAKE_NV("host", "alpha"), MAKE_NV("host", "alpha"), in test_nghttp2_hd_deflate_same_indexed_repr() local
172 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, ARRLEN(nva2)); in test_nghttp2_hd_deflate_same_indexed_repr()
180 assert_nv_equal(nva2, out.nva, 3, mem); in test_nghttp2_hd_deflate_same_indexed_repr()
716 nghttp2_nv nva2[] = {MAKE_NV(":path", "/")}; in test_nghttp2_hd_change_table_size() local
954 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, 1); in test_nghttp2_hd_change_table_size()
Dfailmalloc_test.c531 nghttp2_nv nva2[] = { in run_nghttp2_hd() local
561 rv = deflate_inflate(&deflater, &inflater, &bufs, nva2, ARRLEN(nva2), in run_nghttp2_hd()