Home
last modified time | relevance | path

Searched refs:AWS_H2_STREAM_STATE_IDLE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dh2_stream.h29 AWS_H2_STREAM_STATE_IDLE, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_stream.c39 case AWS_H2_STREAM_STATE_IDLE: in aws_h2_stream_state_to_str()
81 [AWS_H2_STREAM_STATE_IDLE] = {0},
122 [AWS_H2_STREAM_STATE_IDLE] =
249 stream->thread_data.state = AWS_H2_STREAM_STATE_IDLE; in aws_h2_stream_new_request()