Lines Matching refs:shut_flags
1736 if ((stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) {
1781 if (stream->shut_flags & NGHTTP2_SHUT_WR) {
2097 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
2892 (stream->shut_flags & NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR;
3085 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
4190 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) {
4253 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
4326 if ((stream->shut_flags & NGHTTP2_SHUT_RD)) {
4496 /* We may use stream->shut_flags for strict error checking. */
5021 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
5628 if (stream && (stream->shut_flags & NGHTTP2_SHUT_RD)) {
5636 if (stream->shut_flags & NGHTTP2_SHUT_RD) {
8108 return (stream->shut_flags & NGHTTP2_SHUT_WR) != 0;
8121 return (stream->shut_flags & NGHTTP2_SHUT_RD) != 0;