Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_stream.c79 static bool s_client_state_allows_frame_type[AWS_H2_STREAM_STATE_COUNT][AWS_H2_FRAME_TYPE_COUNT] = { variable
176 allowed = s_client_state_allows_frame_type[state][frame_type]; in s_check_state_allows_frame_type()