Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h157 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
H A Dnghttp2_frame.c433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() function
H A Dnghttp2_session.c2484 nghttp2_frame_pack_priority(&session->aob.framebufs, &frame->priority); in session_prep_frame()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.h157 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
H A Dnghttp2_frame.c433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() function
H A Dnghttp2_session.c2479 nghttp2_frame_pack_priority(&session->aob.framebufs, &frame->priority); in session_prep_frame()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c220 nghttp2_frame_pack_priority(&bufs, &frame); in test_nghttp2_frame_pack_priority()
H A Dnghttp2_session_test.c732 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 36 milliseconds