Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_stream.h149 struct nghttp2_stream { struct
152 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument
176 nghttp2_stream *dep_prev, *dep_next; argument
177 nghttp2_stream *sib_prev, *sib_next; argument
182 nghttp2_stream *closed_prev, *closed_next; argument
184 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 …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h149 struct nghttp2_stream { struct
152 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument
176 nghttp2_stream *dep_prev, *dep_next; argument
177 nghttp2_stream *sib_prev, *sib_next; argument
182 nghttp2_stream *closed_prev, *closed_next; argument
184 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 …]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5665 typedef struct nghttp2_stream nghttp2_stream; typedef
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5681 typedef struct nghttp2_stream nghttp2_stream; typedef