Searched defs:nghttp2_stream (Results 1 – 2 of 2) sorted by relevance
136 struct nghttp2_stream { struct141 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument165 nghttp2_stream *dep_prev, *dep_next; argument166 nghttp2_stream *sib_prev, *sib_next; argument171 nghttp2_stream *closed_prev, *closed_next; argument173 void *stream_user_data;175 nghttp2_outbound_item *item;177 size_t last_writelen;179 int32_t stream_id;204 nghttp2_stream_state state; argument[all …]
5197 typedef struct nghttp2_stream nghttp2_stream; typedef
Completed in 8 milliseconds