Home
last modified time | relevance | path

Searched refs:nghttp2_frame_pack_origin (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h390 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *ext);
H A Dnghttp2_frame.c789 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin() function
H A Dnghttp2_session.c2619 rv = nghttp2_frame_pack_origin(&session->aob.framebufs, &frame->ext); in session_prep_frame()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.h390 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *ext);
H A Dnghttp2_frame.c789 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin() function
H A Dnghttp2_session.c2614 rv = nghttp2_frame_pack_origin(&session->aob.framebufs, &frame->ext); in session_prep_frame()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c537 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_frame_pack_origin()
574 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_frame_pack_origin()
H A Dnghttp2_session_test.c2659 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_session_recv_origin()
2680 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_session_recv_origin()
2703 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_session_recv_origin()
2722 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_session_recv_origin()
2740 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_session_recv_origin()
2758 rv = nghttp2_frame_pack_origin(&bufs, &frame); in test_nghttp2_session_recv_origin()

Completed in 38 milliseconds