Home
last modified time | relevance | path

Searched defs:nghttp2_stream (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.h136 struct nghttp2_stream { struct
141 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument
165 nghttp2_stream *dep_prev, *dep_next; argument
166 nghttp2_stream *sib_prev, *sib_next; argument
171 nghttp2_stream *closed_prev, *closed_next; argument
173 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 …]
A Dnghttp2.h5197 typedef struct nghttp2_stream nghttp2_stream; typedef

Completed in 10 milliseconds