Lines Matching refs:dep_stream
264 nghttp2_stream *dep_stream) { in open_stream_with_all() argument
268 if (dep_stream) { in open_stream_with_all()
269 dep_stream_id = dep_stream->stream_id; in open_stream_with_all()
288 nghttp2_stream *dep_stream) { in open_stream_with_dep() argument
290 dep_stream); in open_stream_with_dep()
295 nghttp2_stream *dep_stream) { in open_stream_with_dep_weight() argument
296 return open_stream_with_all(session, stream_id, weight, 0, dep_stream); in open_stream_with_dep_weight()
301 nghttp2_stream *dep_stream) { in open_stream_with_dep_excl() argument
303 dep_stream); in open_stream_with_dep_excl()
353 nghttp2_stream *dep_stream) { in open_sent_stream_with_dep() argument
355 NGHTTP2_DEFAULT_WEIGHT, dep_stream); in open_sent_stream_with_dep()
361 nghttp2_stream *dep_stream) { in open_sent_stream_with_dep_weight() argument
366 stream = open_stream_with_all(session, stream_id, weight, 0, dep_stream); in open_sent_stream_with_dep_weight()
412 nghttp2_stream *dep_stream) { in open_recv_stream_with_dep() argument
414 NGHTTP2_DEFAULT_WEIGHT, dep_stream); in open_recv_stream_with_dep()
420 nghttp2_stream *dep_stream) { in open_recv_stream_with_dep_weight() argument
425 stream = open_stream_with_all(session, stream_id, weight, 0, dep_stream); in open_recv_stream_with_dep_weight()