Searched refs:nghttp2_frame_origin_free (Results 1 - 12 of 12) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 90 nghttp2_frame_origin_free(&frame->ext, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 541 void nghttp2_frame_origin_free(nghttp2_extension *frame, nghttp2_mem *mem);
|
H A D | nghttp2_submit.c | 656 nghttp2_frame_origin_free(&frame->ext, mem); in nghttp2_submit_origin()
|
H A D | nghttp2_frame.c | 244 void nghttp2_frame_origin_free(nghttp2_extension *frame, nghttp2_mem *mem) { in nghttp2_frame_origin_free() function
|
H A D | nghttp2_session.c | 362 nghttp2_frame_origin_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 90 nghttp2_frame_origin_free(&frame->ext, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 541 void nghttp2_frame_origin_free(nghttp2_extension *frame, nghttp2_mem *mem);
|
H A D | nghttp2_submit.c | 656 nghttp2_frame_origin_free(&frame->ext, mem); in nghttp2_submit_origin()
|
H A D | nghttp2_frame.c | 244 void nghttp2_frame_origin_free(nghttp2_extension *frame, nghttp2_mem *mem) { in nghttp2_frame_origin_free() function
|
H A D | nghttp2_session.c | 362 nghttp2_frame_origin_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 555 nghttp2_frame_origin_free(&oframe, mem); in test_nghttp2_frame_pack_origin() 588 nghttp2_frame_origin_free(&oframe, mem); in test_nghttp2_frame_pack_origin()
|
H A D | nghttp2_session_test.c | 6817 nghttp2_frame_origin_free(&frame.ext, mem); in test_nghttp2_submit_origin()
|
Completed in 46 milliseconds