Home
last modified time | relevance | path

Searched refs:stream_obq_push (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_stream.c146 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in stream_obq_push() function
222 return stream_obq_push(dest, stream); in stream_obq_move()
458 rv = stream_obq_push(stream->dep_prev, stream); in stream_update_dep_on_attach_item()
612 rv = stream_obq_push(dep_stream, stream); in nghttp2_stream_dep_insert()
845 rv = stream_obq_push(dep_stream, stream); in nghttp2_stream_dep_insert_subtree()
872 rv = stream_obq_push(dep_stream, stream); in nghttp2_stream_dep_add_subtree()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c146 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in stream_obq_push() function
222 return stream_obq_push(dest, stream); in stream_obq_move()
458 rv = stream_obq_push(stream->dep_prev, stream); in stream_update_dep_on_attach_item()
612 rv = stream_obq_push(dep_stream, stream); in nghttp2_stream_dep_insert()
845 rv = stream_obq_push(dep_stream, stream); in nghttp2_stream_dep_insert_subtree()
872 rv = stream_obq_push(dep_stream, stream); in nghttp2_stream_dep_add_subtree()