Searched refs:nghttp2_hd_deflate_init (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 52 nghttp2_hd_deflate_init(&deflater, mem); in check_frame_pack_headers() 112 nghttp2_hd_deflate_init(&deflater, mem); in check_frame_push_promise()
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 303 nghttp2_hd_deflate_init(&deflater, nghttp2_mem_fm()); in run_nghttp2_session_recv() 411 rv = nghttp2_hd_deflate_init(&deflater, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers() 542 rv = nghttp2_hd_deflate_init(&deflater, nghttp2_mem_fm()); in run_nghttp2_hd()
|
H A D | nghttp2_session_test.c | 697 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv() 809 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_invalid_stream_id() 855 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_invalid_frame() 1261 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_continuation() 1324 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_continuation() 1381 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_continuation() 1453 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_headers_with_priority() 1538 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_headers_with_priority() 1710 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_session_recv_headers_early_response() 1774 nghttp2_hd_deflate_init( in test_nghttp2_session_recv_headers_for_closed_stream() [all...] |
H A D | nghttp2_frame_test.c | 88 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_frame_pack_headers() 194 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_frame_pack_headers_frame_too_large() 325 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_frame_pack_push_promise()
|
H A D | nghttp2_hd_test.c | 59 CU_ASSERT(0 == nghttp2_hd_deflate_init(&deflater, mem)); in test_nghttp2_hd_deflate() 154 CU_ASSERT(0 == nghttp2_hd_deflate_init(&deflater, mem)); in test_nghttp2_hd_deflate_same_indexed_repr() 728 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_hd_change_table_size() 1142 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_hd_deflate_inflate() 1186 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_hd_no_index() 1221 nghttp2_hd_deflate_init(&deflater, mem); in test_nghttp2_hd_deflate_bound()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 290 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem);
|
H A D | nghttp2_hd.c | 696 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) { in nghttp2_hd_deflate_init() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 290 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem);
|
H A D | nghttp2_hd.c | 696 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) { in nghttp2_hd_deflate_init() function
|
Completed in 28 milliseconds