Searched refs:nghttp2_frame_pack_ping (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 273 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame);
|
H A D | nghttp2_frame.c | 597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping() function
|
H A D | nghttp2_session.c | 2566 nghttp2_frame_pack_ping(&session->aob.framebufs, &frame->ping); in session_prep_frame()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 273 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame);
|
H A D | nghttp2_frame.c | 597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping() function
|
H A D | nghttp2_session.c | 2561 nghttp2_frame_pack_ping(&session->aob.framebufs, &frame->ping); in session_prep_frame()
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 358 nghttp2_frame_pack_ping(&bufs, &frame.ping); in run_nghttp2_session_recv()
|
H A D | nghttp2_frame_test.c | 367 nghttp2_frame_pack_ping(&bufs, &frame); in test_nghttp2_frame_pack_ping()
|
H A D | nghttp2_session_test.c | 756 nghttp2_frame_pack_ping(&bufs, &frame.ping); in test_nghttp2_session_recv() 10652 nghttp2_frame_pack_ping(&bufs, &frame.ping); in test_nghttp2_session_flooding()
|
Completed in 38 milliseconds