Searched refs:nghttp2_frame_headers_free (Results 1 - 15 of 15) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 345 nghttp2_frame_headers_free(&frame.headers, nghttp2_mem_fm()); in run_nghttp2_session_recv() 434 nghttp2_frame_headers_free(&oframe.headers, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers() 437 nghttp2_frame_headers_free(&frame.headers, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers()
|
H A D | nghttp2_frame_test.c | 122 nghttp2_frame_headers_free(&oframe, mem); in test_nghttp2_frame_pack_headers() 158 nghttp2_frame_headers_free(&oframe, mem); in test_nghttp2_frame_pack_headers() 163 nghttp2_frame_headers_free(&frame, mem); in test_nghttp2_frame_pack_headers() 201 nghttp2_frame_headers_free(&frame, mem); in test_nghttp2_frame_pack_headers_frame_too_large()
|
H A D | nghttp2_session_test.c | 716 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv() 821 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_invalid_stream_id() 881 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_invalid_frame() 1277 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_continuation() 1336 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_continuation() 1394 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_continuation() 1472 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_headers_with_priority() 1507 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_headers_with_priority() 1554 nghttp2_frame_headers_free(&frame.headers, mem); in test_nghttp2_session_recv_headers_with_priority() 1722 nghttp2_frame_headers_free( in test_nghttp2_session_recv_headers_early_response() [all...] |
H A D | nghttp2_test_helper.c | 229 nghttp2_frame_headers_free(&frame.headers, mem); in pack_headers()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 52 nghttp2_frame_headers_free(&frame->headers, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 438 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem);
|
H A D | nghttp2_submit.c | 123 nghttp2_frame_headers_free(&frame->headers, mem); in submit_headers_shared()
|
H A D | nghttp2_frame.c | 79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() function
|
H A D | nghttp2_session.c | 315 nghttp2_frame_headers_free(&iframe->frame.headers, mem); in session_inbound_frame_reset()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 52 nghttp2_frame_headers_free(&frame->headers, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 438 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem);
|
H A D | nghttp2_submit.c | 123 nghttp2_frame_headers_free(&frame->headers, mem); in submit_headers_shared()
|
H A D | nghttp2_frame.c | 79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() function
|
H A D | nghttp2_session.c | 315 nghttp2_frame_headers_free(&iframe->frame.headers, mem); in session_inbound_frame_reset()
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 90 nghttp2_frame_headers_free(&frame, mem); in check_frame_pack_headers()
|
Completed in 33 milliseconds