Home
last modified time | relevance | path

Searched refs:nghttp2_frame_pack_goaway (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h296 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame);
H A Dnghttp2_frame.c619 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway() function
H A Dnghttp2_session.c2569 rv = nghttp2_frame_pack_goaway(&session->aob.framebufs, &frame->goaway); in session_prep_frame()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.h296 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame);
H A Dnghttp2_frame.c619 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway() function
H A Dnghttp2_session.c2564 rv = nghttp2_frame_pack_goaway(&session->aob.framebufs, &frame->goaway); in session_prep_frame()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c395 rv = nghttp2_frame_pack_goaway(&bufs, &frame); in test_nghttp2_frame_pack_goaway()
414 rv = nghttp2_frame_pack_goaway(&bufs, &frame); in test_nghttp2_frame_pack_goaway()

Completed in 23 milliseconds