Home
last modified time | relevance | path

Searched refs:nghttp2_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);
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 Dnghttp2_frame.c83 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 Dnghttp2_frame.h157 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 Dnghttp2_frame.c83 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 Dnghttp2.h1081 } nghttp2_priority; typedef
1282 nghttp2_priority priority;
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1076 } nghttp2_priority; typedef
1277 nghttp2_priority priority;
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c210 nghttp2_priority frame, oframe; in test_nghttp2_frame_pack_priority()
/third_party/node/src/
H A Dnode_http2.cc1393 nghttp2_priority priority_frame = frame->priority; in HandlePriorityFrame()

Completed in 23 milliseconds