Home
last modified time | relevance | path

Searched refs:NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_http.c489 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE; in nghttp2_http_on_response_headers()
496 stream->http_flags & (uint32_t)~NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE; in nghttp2_http_on_response_headers()
520 if (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) { in nghttp2_http_on_remote_end_stream()
535 if ((stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) || in nghttp2_http_on_data_chunk()
H A Dnghttp2_stream.h140 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE = 1 << 14, enumerator
H A Dnghttp2_session.c105 (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) == 0; in session_trailer_headers()
4091 if (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) { in session_after_header_block_received()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c489 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE; in nghttp2_http_on_response_headers()
496 stream->http_flags & (uint32_t)~NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE; in nghttp2_http_on_response_headers()
520 if (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) { in nghttp2_http_on_remote_end_stream()
535 if ((stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) || in nghttp2_http_on_data_chunk()
H A Dnghttp2_stream.h140 NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE = 1 << 14, enumerator
H A Dnghttp2_session.c105 (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) == 0; in session_trailer_headers()
4086 if (stream->http_flags & NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE) { in session_after_header_block_received()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1154 stream->http_flags |= NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE; in test_nghttp2_session_recv_data_no_auto_flow_control()

Completed in 35 milliseconds