Searched refs:nghttp2_frame_pack_origin (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 390 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *ext);
|
H A D | nghttp2_frame.c | 789 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin() function
|
H A D | nghttp2_session.c | 2619 rv = nghttp2_frame_pack_origin(&session->aob.framebufs, &frame->ext); in session_prep_frame()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 390 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *ext);
|
H A D | nghttp2_frame.c | 789 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin() function
|
H A D | nghttp2_session.c | 2614 rv = nghttp2_frame_pack_origin(&session->aob.framebufs, &frame->ext); in session_prep_frame()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 537 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 D | nghttp2_session_test.c | 2659 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