Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_stream.c70 stream->shut_flags = NGHTTP2_SHUT_NONE; in nghttp2_stream_init()
115 stream->shut_flags = (uint8_t)(stream->shut_flags | flag); in nghttp2_stream_shutdown()
966 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_stream_get_state()
970 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in nghttp2_stream_get_state()
975 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_stream_get_state()
979 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in nghttp2_stream_get_state()
H A Dnghttp2_stream.h223 uint8_t shut_flags; member
H A Dnghttp2_session.c1741 if ((stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) { in nghttp2_session_close_stream_if_shut_rdwr()
1786 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in session_predicate_for_stream_send()
2102 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in session_predicate_priority_update_send()
2897 (stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR; in session_after_frame_sent1()
3090 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in session_after_frame_sent1()
4195 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) { in nghttp2_session_on_request_headers_received()
4258 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_session_on_response_headers_received()
4331 if ((stream->shut_flags & NGHTTP2_SHUT_RD)) { in nghttp2_session_on_headers_received()
4501 /* We may use stream->shut_flags for strict error checking. */ in nghttp2_session_on_rst_stream_received()
5026 if (stream->shut_flags in nghttp2_session_on_push_promise_received()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c70 stream->shut_flags = NGHTTP2_SHUT_NONE; in nghttp2_stream_init()
115 stream->shut_flags = (uint8_t)(stream->shut_flags | flag); in nghttp2_stream_shutdown()
966 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_stream_get_state()
970 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in nghttp2_stream_get_state()
975 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_stream_get_state()
979 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in nghttp2_stream_get_state()
H A Dnghttp2_stream.h223 uint8_t shut_flags; member
H A Dnghttp2_session.c1736 if ((stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) { in nghttp2_session_close_stream_if_shut_rdwr()
1781 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in session_predicate_for_stream_send()
2097 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in session_predicate_priority_update_send()
2892 (stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR; in session_after_frame_sent1()
3085 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in session_after_frame_sent1()
4190 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) { in nghttp2_session_on_request_headers_received()
4253 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_session_on_response_headers_received()
4326 if ((stream->shut_flags & NGHTTP2_SHUT_RD)) { in nghttp2_session_on_headers_received()
4496 /* We may use stream->shut_flags for strict error checking. */ in nghttp2_session_on_rst_stream_received()
5021 if (stream->shut_flags in nghttp2_session_on_push_promise_received()
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c4463 CU_ASSERT(0 == stream->shut_flags); in test_nghttp2_session_on_data_received()
4468 CU_ASSERT(NGHTTP2_SHUT_RD == stream->shut_flags); in test_nghttp2_session_on_data_received()
4974 CU_ASSERT(NGHTTP2_SHUT_WR == stream->shut_flags); in test_nghttp2_session_upgrade2()
5027 CU_ASSERT(NGHTTP2_SHUT_RD == stream->shut_flags); in test_nghttp2_session_upgrade2()
5791 CU_ASSERT(stream->shut_flags & NGHTTP2_SHUT_WR); in test_nghttp2_submit_headers_reply()
5887 CU_ASSERT(stream->shut_flags & NGHTTP2_SHUT_WR); in test_nghttp2_submit_headers()
7073 CU_ASSERT(NGHTTP2_SHUT_NONE == stream->shut_flags); in test_nghttp2_session_open_stream()
7082 CU_ASSERT(NGHTTP2_SHUT_NONE == stream->shut_flags); in test_nghttp2_session_open_stream()
7091 CU_ASSERT(NGHTTP2_SHUT_RD == stream->shut_flags); in test_nghttp2_session_open_stream()
7134 CU_ASSERT(NGHTTP2_SHUT_WR == stream->shut_flags); in test_nghttp2_session_open_stream()
[all...]

Completed in 27 milliseconds