Searched refs:NGHTTP2_STREAM_RESERVED (Results 1 – 2 of 2) sorted by relevance
63 NGHTTP2_STREAM_RESERVED, enumerator
114 return stream->state == NGHTTP2_STREAM_RESERVED && in state_reserved_remote()122 return stream->state == NGHTTP2_STREAM_RESERVED && in state_reserved_local()891 (stream && stream->state == NGHTTP2_STREAM_RESERVED)) { in nghttp2_session_add_item()1098 if (initial_state == NGHTTP2_STREAM_RESERVED) { in nghttp2_session_open_stream()1123 case NGHTTP2_STREAM_RESERVED: in nghttp2_session_open_stream()1632 if (stream->state != NGHTTP2_STREAM_RESERVED) { in session_predicate_push_response_headers_send()1874 if (stream->state == NGHTTP2_STREAM_RESERVED) { in nghttp2_session_predicate_data_send()2151 if (stream && stream->state == NGHTTP2_STREAM_RESERVED) { in session_prep_frame()4067 assert(stream->state == NGHTTP2_STREAM_RESERVED); in nghttp2_session_on_push_response_headers_received()4175 if (stream->state == NGHTTP2_STREAM_RESERVED) { in session_process_headers_frame()[all …]
Completed in 12 milliseconds