Searched refs:nghttp2_frame_altsvc_free (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 87 nghttp2_frame_altsvc_free(&frame->ext, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 523 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem);
|
H A D | nghttp2_submit.c | 573 nghttp2_frame_altsvc_free(&frame->ext, mem); in nghttp2_submit_altsvc()
|
H A D | nghttp2_frame.c | 214 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem) { in nghttp2_frame_altsvc_free() function
|
H A D | nghttp2_session.c | 356 nghttp2_frame_altsvc_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 87 nghttp2_frame_altsvc_free(&frame->ext, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 523 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem);
|
H A D | nghttp2_submit.c | 573 nghttp2_frame_altsvc_free(&frame->ext, mem); in nghttp2_submit_altsvc()
|
H A D | nghttp2_frame.c | 214 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem) { in nghttp2_frame_altsvc_free() function
|
H A D | nghttp2_session.c | 356 nghttp2_frame_altsvc_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 496 nghttp2_frame_altsvc_free(&oframe, mem); in test_nghttp2_frame_pack_altsvc() 497 nghttp2_frame_altsvc_free(&frame, mem); in test_nghttp2_frame_pack_altsvc()
|
Completed in 49 milliseconds