Home
last modified time | relevance | path

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

/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h137 struct nghttp2_stream { struct
142 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument
166 nghttp2_stream *dep_prev, *dep_next; argument
167 nghttp2_stream *sib_prev, *sib_next; argument
172 nghttp2_stream *closed_prev, *closed_next; argument
174 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 …]
/third_party/nghttp2/lib/
Dnghttp2_stream.h137 struct nghttp2_stream { struct
142 /* Priority Queue storing direct descendant (nghttp2_stream). Only argument
166 nghttp2_stream *dep_prev, *dep_next; argument
167 nghttp2_stream *sib_prev, *sib_next; argument
172 nghttp2_stream *closed_prev, *closed_next; argument
174 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 …]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5345 typedef struct nghttp2_stream nghttp2_stream; typedef
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5391 typedef struct nghttp2_stream nghttp2_stream; typedef