Searched refs:nghttp2_frame_priority_update_init (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 549 void nghttp2_frame_priority_update_init(nghttp2_extension *frame,
|
H A D | nghttp2_submit.c | 723 nghttp2_frame_priority_update_init(&frame->ext, stream_id, buf, in nghttp2_submit_priority_update()
|
H A D | nghttp2_frame.c | 256 void nghttp2_frame_priority_update_init(nghttp2_extension *frame, in nghttp2_frame_priority_update_init() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 549 void nghttp2_frame_priority_update_init(nghttp2_extension *frame,
|
H A D | nghttp2_submit.c | 723 nghttp2_frame_priority_update_init(&frame->ext, stream_id, buf, in nghttp2_submit_priority_update()
|
H A D | nghttp2_frame.c | 256 void nghttp2_frame_priority_update_init(nghttp2_extension *frame, in nghttp2_frame_priority_update_init() function
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 606 nghttp2_frame_priority_update_init(&frame, 1000000007, (uint8_t *)field_value, in test_nghttp2_frame_pack_priority_update()
|
H A D | nghttp2_session_test.c | 2815 nghttp2_frame_priority_update_init(&frame, 1, (uint8_t *)field_value, in test_nghttp2_session_recv_priority_update() 2846 nghttp2_frame_priority_update_init(&frame, 1, (uint8_t *)field_value, in test_nghttp2_session_recv_priority_update() 2895 nghttp2_frame_priority_update_init(&frame, 1, large_field_value, in test_nghttp2_session_recv_priority_update() 2921 nghttp2_frame_priority_update_init(&frame, 1, (uint8_t *)field_value, in test_nghttp2_session_recv_priority_update() 2950 nghttp2_frame_priority_update_init( in test_nghttp2_session_recv_priority_update() 10809 nghttp2_frame_priority_update_init(&frame, 1, (uint8_t *)field_value, in test_nghttp2_session_change_extpri_stream_priority() 11893 nghttp2_frame_priority_update_init(&frame.ext, 1, (uint8_t *)field_value, in test_nghttp2_session_server_fallback_rfc7540_priorities()
|
Completed in 23 milliseconds