Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.h66 NGHTTP2_STREAM_IDLE enumerator
A Dnghttp2_session.c296 stream->state == NGHTTP2_STREAM_IDLE) { in nghttp2_session_get_stream()
439 NGHTTP2_STREAM_IDLE, NGHTTP2_DEFAULT_WEIGHT, 0, 0, NULL, in session_new()
803 &pri_spec_default, NGHTTP2_STREAM_IDLE, NULL); in nghttp2_session_reprioritize_stream()
1046 assert(stream->state == NGHTTP2_STREAM_IDLE); in nghttp2_session_open_stream()
1074 &pri_spec_default, NGHTTP2_STREAM_IDLE, NULL); in nghttp2_session_open_stream()
1135 case NGHTTP2_STREAM_IDLE: in nghttp2_session_open_stream()
2474 if (stream->state != NGHTTP2_STREAM_IDLE && in find_stream_on_goaway_func()
2744 &frame->priority.pri_spec, NGHTTP2_STREAM_IDLE, NULL); in session_after_frame_sent1()
4224 &frame->priority.pri_spec, NGHTTP2_STREAM_IDLE, NULL); in nghttp2_session_on_priority_received()
7781 NGHTTP2_STREAM_IDLE, NULL); in nghttp2_session_create_idle_stream()
A Dnghttp2_stream.c1022 if (stream->state == NGHTTP2_STREAM_IDLE) { in nghttp2_stream_get_state()

Completed in 16 milliseconds