Home
last modified time | relevance | path

Searched refs:shut_flags (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c75 stream->shut_flags = NGHTTP2_SHUT_NONE; in nghttp2_stream_init()
120 stream->shut_flags = (uint8_t)(stream->shut_flags | flag); in nghttp2_stream_shutdown()
1005 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_stream_get_state()
1009 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in nghttp2_stream_get_state()
1014 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_stream_get_state()
1018 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in nghttp2_stream_get_state()
A Dnghttp2_stream.h212 uint8_t shut_flags; member
A Dnghttp2_session.c1455 if ((stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) { in nghttp2_session_close_stream_if_shut_rdwr()
1503 if (stream->shut_flags & NGHTTP2_SHUT_WR) { in session_predicate_for_stream_send()
2818 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in session_after_frame_sent1()
3974 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) { in nghttp2_session_on_request_headers_received()
4041 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_session_on_response_headers_received()
4117 if ((stream->shut_flags & NGHTTP2_SHUT_RD)) { in nghttp2_session_on_headers_received()
4746 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in nghttp2_session_on_push_promise_received()
5296 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) { in session_on_data_received_fail_fast()
5304 if (stream->shut_flags & NGHTTP2_SHUT_RD) { in session_on_data_received_fail_fast()
7577 return (stream->shut_flags & NGHTTP2_SHUT_WR) != 0; in nghttp2_session_get_stream_local_close()
[all …]

Completed in 18 milliseconds