Home
last modified time | relevance | path

Searched refs:nghttp2_priority (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.h159 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
164 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame,
407 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id,
410 void nghttp2_frame_priority_free(nghttp2_priority *frame);
A Dnghttp2_frame.c88 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init()
96 void nghttp2_frame_priority_free(nghttp2_priority *frame) in nghttp2_frame_priority_free()
422 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) in nghttp2_frame_pack_priority()
443 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame, in nghttp2_frame_unpack_priority_payload()
A Dnghttp2.h1051 } nghttp2_priority; typedef
1252 nghttp2_priority priority;

Completed in 13 milliseconds