Lines Matching refs:shut_flags
1741 if ((stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) {
1786 if (stream->shut_flags & NGHTTP2_SHUT_WR) {
2102 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
2897 (stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR;
3090 if (stream->shut_flags & 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)) {
4501 /* We may use stream->shut_flags for strict error checking. */
5026 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
5633 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) {
5641 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
8119 return (stream->shut_flags & NGHTTP2_SHUT_WR) != 0;
8132 return (stream->shut_flags & NGHTTP2_SHUT_RD) != 0;