Lines Matching refs:shut_flags
4463 CU_ASSERT(0 == stream->shut_flags);
4468 CU_ASSERT(NGHTTP2_SHUT_RD == stream->shut_flags);
4974 CU_ASSERT(NGHTTP2_SHUT_WR == stream->shut_flags);
5027 CU_ASSERT(NGHTTP2_SHUT_RD == stream->shut_flags);
5791 CU_ASSERT(stream->shut_flags & NGHTTP2_SHUT_WR);
5887 CU_ASSERT(stream->shut_flags & NGHTTP2_SHUT_WR);
7073 CU_ASSERT(NGHTTP2_SHUT_NONE == stream->shut_flags);
7082 CU_ASSERT(NGHTTP2_SHUT_NONE == stream->shut_flags);
7091 CU_ASSERT(NGHTTP2_SHUT_RD == stream->shut_flags);
7134 CU_ASSERT(NGHTTP2_SHUT_WR == stream->shut_flags);
7582 CU_ASSERT(nghttp2_session_get_stream(session, 1)->shut_flags &
7848 stream->shut_flags |= NGHTTP2_SHUT_WR;
7856 stream->shut_flags = NGHTTP2_SHUT_NONE;
8117 CU_ASSERT(stream->shut_flags & NGHTTP2_SHUT_WR);