Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c98 H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT enumerator
432 case H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT: { in set_state()
460 assert(stream->state < H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT); in shutdown_stream()
467 set_state(stream, H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT, in_generator); in shutdown_stream()
667 if (stream->state != H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT) in on_stream_destroy()
749 set_state(stream, H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT, 0); in on_send_shift()
827 if (stream->state >= H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT) in handle_buffered_input()
849 } else if (stream->state >= H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT) { in handle_buffered_input()
1315 set_state(stream, H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT, 0); in shutdown_by_generator()
1368 case H2O_HTTP3_SERVER_STREAM_STATE_CLOSE_WAIT: in do_send()
[all …]