Home
last modified time | relevance | path

Searched refs:nghttp2_frame_pack_ping (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h273 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame);
H A Dnghttp2_frame.c597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping() function
H A Dnghttp2_session.c2566 nghttp2_frame_pack_ping(&session->aob.framebufs, &frame->ping); in session_prep_frame()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.h273 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame);
H A Dnghttp2_frame.c597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping() function
H A Dnghttp2_session.c2561 nghttp2_frame_pack_ping(&session->aob.framebufs, &frame->ping); in session_prep_frame()
/third_party/nghttp2/tests/
H A Dfailmalloc_test.c358 nghttp2_frame_pack_ping(&bufs, &frame.ping); in run_nghttp2_session_recv()
H A Dnghttp2_frame_test.c367 nghttp2_frame_pack_ping(&bufs, &frame); in test_nghttp2_frame_pack_ping()
H A Dnghttp2_session_test.c756 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