Searched refs:NGHTTP2_STREAM_FLAG_PUSH (Results 1 – 3 of 3) sorted by relevance
84 NGHTTP2_STREAM_FLAG_PUSH = 0x01, enumerator
617 stream->flags = (uint8_t)(stream->flags & ~NGHTTP2_STREAM_FLAG_PUSH); in nghttp2_stream_promise_fulfilled()1004 if (stream->flags & NGHTTP2_STREAM_FLAG_PUSH) { in nghttp2_stream_get_state()
1099 flags |= NGHTTP2_STREAM_FLAG_PUSH; in nghttp2_session_open_stream()1222 if ((stream->flags & NGHTTP2_STREAM_FLAG_PUSH)) { in nghttp2_session_close_stream()2695 (uint8_t)(stream->flags & ~NGHTTP2_STREAM_FLAG_PUSH); in session_after_frame_sent1()
Completed in 16 milliseconds