Searched defs:nghttp2_stream (Results 1 – 4 of 4) sorted by relevance
137 struct nghttp2_stream { struct142 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument166 nghttp2_stream *dep_prev, *dep_next; argument167 nghttp2_stream *sib_prev, *sib_next; argument172 nghttp2_stream *closed_prev, *closed_next; argument174 void *stream_user_data;176 nghttp2_outbound_item *item;178 size_t last_writelen;180 int32_t stream_id;205 nghttp2_stream_state state; argument[all …]
5345 typedef struct nghttp2_stream nghttp2_stream; typedef
5391 typedef struct nghttp2_stream nghttp2_stream; typedef