Home
last modified time | relevance | path

Searched refs:NGHTTP2_STREAM_FLAG_PUSH (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.h84 NGHTTP2_STREAM_FLAG_PUSH = 0x01, enumerator
A Dnghttp2_stream.c617 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()
A Dnghttp2_session.c1099 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