Searched refs:nghttp2_frame_push_promise_free (Results 1 - 14 of 14) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 64 nghttp2_frame_push_promise_free(&frame->push_promise, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 459 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame,
|
H A D | nghttp2_submit.c | 371 nghttp2_frame_push_promise_free(&frame->push_promise, mem); in nghttp2_submit_push_promise()
|
H A D | nghttp2_frame.c | 125 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, in nghttp2_frame_push_promise_free() function
|
H A D | nghttp2_session.c | 334 nghttp2_frame_push_promise_free(&iframe->frame.push_promise, mem); in session_inbound_frame_reset()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 64 nghttp2_frame_push_promise_free(&frame->push_promise, mem); in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.h | 459 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame,
|
H A D | nghttp2_submit.c | 371 nghttp2_frame_push_promise_free(&frame->push_promise, mem); in nghttp2_submit_push_promise()
|
H A D | nghttp2_frame.c | 125 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, in nghttp2_frame_push_promise_free() function
|
H A D | nghttp2_session.c | 334 nghttp2_frame_push_promise_free(&iframe->frame.push_promise, mem); in session_inbound_frame_reset()
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 147 nghttp2_frame_push_promise_free(&frame, mem); in check_frame_push_promise()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 353 nghttp2_frame_push_promise_free(&oframe, mem); in test_nghttp2_frame_pack_push_promise() 354 nghttp2_frame_push_promise_free(&frame, mem); in test_nghttp2_frame_pack_push_promise()
|
H A D | nghttp2_test_helper.c | 248 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in pack_push_promise()
|
H A D | nghttp2_session_test.c | 1917 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_recv_headers_with_extpri() 4129 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_on_push_promise_received() 4149 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_on_push_promise_received() 4171 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_on_push_promise_received() 4190 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_on_push_promise_received() 4210 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_on_push_promise_received() 4235 nghttp2_frame_push_promise_free(&frame.push_promise, mem); in test_nghttp2_session_on_push_promise_received()
|
Completed in 67 milliseconds