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

Function on_state_enter

modules/http2/h2_stream.c:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309static void on_state_enter(h2_stream *stream)
310{
311 if (stream->monitor && stream->monitor->on_state_enter) {
312 stream->monitor->on_state_enter(stream->monitor->ctx, stream);
313 }
314}
315
316static void on_state_event(h2_stream *stream, h2_stream_event_t ev)
317{

Callers 2

transitFunction · 0.85
h2_stream_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected