Searched refs:nghttp2_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); 162 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame, 440 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, 443 void nghttp2_frame_priority_free(nghttp2_priority *frame);
|
H A D | nghttp2_frame.c | 83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() 90 void nghttp2_frame_priority_free(nghttp2_priority *frame) { (void)frame; } in nghttp2_frame_priority_free() 433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() 451 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame, in nghttp2_frame_unpack_priority_payload()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 157 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame); 162 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame, 440 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, 443 void nghttp2_frame_priority_free(nghttp2_priority *frame);
|
H A D | nghttp2_frame.c | 83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() 90 void nghttp2_frame_priority_free(nghttp2_priority *frame) { (void)frame; } in nghttp2_frame_priority_free() 433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() 451 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame, in nghttp2_frame_unpack_priority_payload()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1081 } nghttp2_priority; typedef 1282 nghttp2_priority priority;
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1076 } nghttp2_priority; typedef 1277 nghttp2_priority priority;
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 210 nghttp2_priority frame, oframe; in test_nghttp2_frame_pack_priority()
|
/third_party/node/src/ |
H A D | node_http2.cc | 1393 nghttp2_priority priority_frame = frame->priority; in HandlePriorityFrame()
|
Completed in 23 milliseconds