Home
last modified time | relevance | path

Searched refs:subject_stream (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.c3883 nghttp2_stream *subject_stream; in inflate_header_block() local
3890 subject_stream = nghttp2_session_get_stream( in inflate_header_block()
3893 subject_stream = stream; in inflate_header_block()
3907 if (subject_stream && subject_stream->state != NGHTTP2_STREAM_CLOSING) { in inflate_header_block()
3912 session, subject_stream->stream_id, NGHTTP2_COMPRESSION_ERROR); in inflate_header_block()
3935 if (subject_stream) { in inflate_header_block()
3937 rv = nghttp2_http_on_header(session, subject_stream, frame, &nv, in inflate_header_block()
3987 subject_stream->stream_id, in inflate_header_block()
4073 nghttp2_stream *subject_stream; in session_after_header_block_received() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c3878 nghttp2_stream *subject_stream; in inflate_header_block() local
3885 subject_stream = nghttp2_session_get_stream( in inflate_header_block()
3888 subject_stream = stream; in inflate_header_block()
3902 if (subject_stream && subject_stream->state != NGHTTP2_STREAM_CLOSING) { in inflate_header_block()
3907 session, subject_stream->stream_id, NGHTTP2_COMPRESSION_ERROR); in inflate_header_block()
3930 if (subject_stream) { in inflate_header_block()
3932 rv = nghttp2_http_on_header(session, subject_stream, frame, &nv, in inflate_header_block()
3982 subject_stream->stream_id, in inflate_header_block()
4068 nghttp2_stream *subject_stream; in session_after_header_block_received() local
[all...]

Completed in 13 milliseconds