Searched refs:nghttp2_priority (Results 1 – 3 of 3) sorted by relevance
159 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);
88 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()
1051 } nghttp2_priority; typedef1252 nghttp2_priority priority;
Completed in 13 milliseconds