Searched refs:nghttp2_frame_goaway_free (Results 1 - 10 of 10) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 70 nghttp2_frame_goaway_free(&frame->goaway, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 304 * nghttp2_frame_goaway_free(). 492 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem);
|
H A D | nghttp2_frame.c | 154 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem) { in nghttp2_frame_goaway_free() function
|
H A D | nghttp2_session.c | 340 nghttp2_frame_goaway_free(&iframe->frame.goaway, mem); in session_inbound_frame_reset() 7473 nghttp2_frame_goaway_free(&frame->goaway, mem); in nghttp2_session_add_goaway()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 70 nghttp2_frame_goaway_free(&frame->goaway, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 304 * nghttp2_frame_goaway_free(). 492 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem);
|
H A D | nghttp2_frame.c | 154 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem) { in nghttp2_frame_goaway_free() function
|
H A D | nghttp2_session.c | 340 nghttp2_frame_goaway_free(&iframe->frame.goaway, mem); in session_inbound_frame_reset() 7462 nghttp2_frame_goaway_free(&frame->goaway, mem); in nghttp2_session_add_goaway()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 408 nghttp2_frame_goaway_free(&oframe, mem); in test_nghttp2_frame_pack_goaway() 421 nghttp2_frame_goaway_free(&oframe, mem); in test_nghttp2_frame_pack_goaway() 423 nghttp2_frame_goaway_free(&frame, mem); in test_nghttp2_frame_pack_goaway()
|
H A D | nghttp2_session_test.c | 4344 nghttp2_frame_goaway_free(&frame.goaway, mem); in test_nghttp2_session_on_goaway_received() 4367 nghttp2_frame_goaway_free(&frame.goaway, mem); in test_nghttp2_session_on_goaway_received()
|
Completed in 37 milliseconds