Lines Matching refs:NGHTTP2_SHUT_RD
1418 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
2102 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
3090 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
4050 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
4122 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
4195 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) {
4258 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
4331 if ((stream->shut_flags & NGHTTP2_SHUT_RD)) {
4502 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
5016 check NGHTTP2_SHUT_RD condition here. */
5026 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
5423 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
5436 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
5633 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) {
5641 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
8046 nghttp2_stream_shutdown(stream, NGHTTP2_SHUT_RD);
8132 return (stream->shut_flags & NGHTTP2_SHUT_RD) != 0;