MCPcopy Create free account
hub / github.com/apache/httpd / h2_stream_is_at

Function h2_stream_is_at

modules/http2/h2_stream.c:1298–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296}
1297
1298int h2_stream_is_at(const h2_stream *stream, h2_stream_state_t state)
1299{
1300 H2_STRM_ASSERT_MAGIC(stream, H2_STRM_MAGIC_OK);
1301 return stream->state == state;
1302}
1303
1304int h2_stream_is_at_or_past(const h2_stream *stream, h2_stream_state_t state)
1305{

Callers 3

input_flushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected