Lines Matching refs:nghttp2_stream

136 struct nghttp2_stream {  struct
165 nghttp2_stream *dep_prev, *dep_next; argument
166 nghttp2_stream *sib_prev, *sib_next; argument
171 nghttp2_stream *closed_prev, *closed_next; argument
224 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, argument
230 void nghttp2_stream_free(nghttp2_stream *stream);
236 void nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag);
251 int nghttp2_stream_defer_item(nghttp2_stream *stream, uint8_t flags);
267 int nghttp2_stream_resume_deferred_item(nghttp2_stream *stream, uint8_t flags);
272 int nghttp2_stream_check_deferred_item(nghttp2_stream *stream);
277 int nghttp2_stream_check_deferred_by_flow_control(nghttp2_stream *stream);
288 nghttp2_stream *stream, int32_t new_initial_window_size,
300 nghttp2_stream *stream, int32_t new_initial_window_size,
308 void nghttp2_stream_promise_fulfilled(nghttp2_stream *stream);
313 int nghttp2_stream_dep_find_ancestor(nghttp2_stream *stream,
314 nghttp2_stream *target);
320 int32_t nghttp2_stream_dep_distributed_weight(nghttp2_stream *stream,
335 int nghttp2_stream_dep_insert(nghttp2_stream *dep_stream,
336 nghttp2_stream *stream);
342 void nghttp2_stream_dep_add(nghttp2_stream *dep_stream, nghttp2_stream *stream);
348 int nghttp2_stream_dep_remove(nghttp2_stream *stream);
359 int nghttp2_stream_attach_item(nghttp2_stream *stream,
372 int nghttp2_stream_detach_item(nghttp2_stream *stream);
384 int nghttp2_stream_dep_insert_subtree(nghttp2_stream *dep_stream,
385 nghttp2_stream *stream);
397 int nghttp2_stream_dep_add_subtree(nghttp2_stream *dep_stream,
398 nghttp2_stream *stream);
410 void nghttp2_stream_dep_remove_subtree(nghttp2_stream *stream);
415 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream);
421 void nghttp2_stream_reschedule(nghttp2_stream *stream);
427 void nghttp2_stream_change_weight(nghttp2_stream *stream, int32_t weight);
434 nghttp2_stream *stream);