Searched defs:nghttp2_stream (Results 1 – 4 of 4) sorted by relevance
149 struct nghttp2_stream { struct152 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument176 nghttp2_stream *dep_prev, *dep_next; argument177 nghttp2_stream *sib_prev, *sib_next; argument182 nghttp2_stream *closed_prev, *closed_next; argument184 void *stream_user_data;186 nghttp2_outbound_item *item;188 size_t last_writelen;190 int32_t stream_id;215 nghttp2_stream_state state; argument[all …]
5665 typedef struct nghttp2_stream nghttp2_stream; typedef
5681 typedef struct nghttp2_stream nghttp2_stream; typedef