Searched refs:nva_out_reset (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_hd_test.c | 72 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate() 86 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate() 101 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate() 115 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate() 129 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate() 168 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate_same_indexed_repr() 182 nva_out_reset(&out, mem); in test_nghttp2_hd_deflate_same_indexed_repr() 216 nva_out_reset(&out, mem); in test_nghttp2_hd_inflate_indexed() 264 nva_out_reset(&out, mem); in test_nghttp2_hd_inflate_indname_noinc() 304 nva_out_reset(&out, mem); in test_nghttp2_hd_inflate_indname_inc() [all …]
|
D | nghttp2_frame_test.c | 123 nva_out_reset(&out, mem); in test_nghttp2_frame_pack_headers() 159 nva_out_reset(&out, mem); in test_nghttp2_frame_pack_headers() 356 nva_out_reset(&out, mem); in test_nghttp2_frame_pack_push_promise()
|
D | nghttp2_test_helper.h | 77 void nva_out_reset(nva_out *out, nghttp2_mem *mem);
|
D | nghttp2_test_helper.c | 122 void nva_out_reset(nva_out *out, nghttp2_mem *mem) { in nva_out_reset() function
|
D | nghttp2_session_test.c | 5111 nva_out_reset(&out, mem); in test_nghttp2_submit_request_without_data() 5211 nva_out_reset(&out, mem); in test_nghttp2_submit_response_without_data() 5293 nva_out_reset(&out, mem); in test_nghttp2_submit_trailer() 5479 nva_out_reset(&out, mem); in test_nghttp2_submit_headers()
|