Searched refs:nghttp2_frame_pack_priority (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 157 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
|
H A D | nghttp2_frame.c | 433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() function
|
H A D | nghttp2_session.c | 2484 nghttp2_frame_pack_priority(&session->aob.framebufs, &frame->priority); in session_prep_frame()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 157 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
|
H A D | nghttp2_frame.c | 433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() function
|
H A D | nghttp2_session.c | 2479 nghttp2_frame_pack_priority(&session->aob.framebufs, &frame->priority); in session_prep_frame()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 220 nghttp2_frame_pack_priority(&bufs, &frame); in test_nghttp2_frame_pack_priority()
|
H A D | nghttp2_session_test.c | 732 nghttp2_frame_pack_priority(&bufs, &frame.priority); in test_nghttp2_session_recv() 1409 nghttp2_frame_pack_priority(&bufs, &frame.priority); in test_nghttp2_session_recv_continuation() 9670 nghttp2_frame_pack_priority(&bufs, &frame.priority); in test_nghttp2_session_stream_get_state() 11876 nghttp2_frame_pack_priority(&bufs, &frame.priority); in test_nghttp2_session_server_fallback_rfc7540_priorities()
|
Completed in 47 milliseconds