Home
last modified time | relevance | path

Searched refs:inflate_hd (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_hd_test.c67 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate()
81 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate()
96 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate()
110 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate()
124 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate()
163 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate_same_indexed_repr()
177 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_deflate_same_indexed_repr()
210 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_inflate_indexed()
226 inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_inflate_indexed()
257 CU_ASSERT(blocklen == inflate_hd(&inflater, &out, &bufs, 0, mem)); in test_nghttp2_hd_inflate_indname_noinc()
[all …]
Dnghttp2_frame_test.c116 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN, mem)); in test_nghttp2_frame_pack_headers()
150 inflate_hd(&inflater, &out, &bufs, in test_nghttp2_frame_pack_headers()
345 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN + 4, mem)); in test_nghttp2_frame_pack_push_promise()
Dnghttp2_test_helper.h81 ssize_t inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out,
Dnghttp2_test_helper.c158 ssize_t inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out, in inflate_hd() function
Dfailmalloc_test.c511 rv = (int)inflate_hd(inflater, NULL, bufs, 0, mem); in deflate_inflate()
Dnghttp2_session_test.c5524 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN, mem); in test_nghttp2_submit_request_without_data()
5624 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN, mem); in test_nghttp2_submit_response_without_data()
5706 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN, mem); in test_nghttp2_submit_trailer()
5892 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN, mem); in test_nghttp2_submit_headers()
/third_party/nghttp2/src/
Dinflatehd.cc95 static int inflate_hd(json_t *obj, nghttp2_hd_inflater *inflater, int seq) { in inflate_hd() function
206 if (inflate_hd(obj, inflater, i) != 0) { in perform()
/third_party/nghttp2/fuzz/
Dfuzz_frames.cc73 inflate_hd(&inflater, &out, &bufs, NGHTTP2_FRAME_HDLEN, mem); in check_frame_pack_headers()