Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1890 …h2o_context_t *ctx = H2O_STRUCT_FROM_MEMBER(h2o_context_t, http3._graceful_shutdown_timeout, entry… in graceful_shutdown_close_stragglers()
1900 ctx->http3._graceful_shutdown_timeout.cb = NULL; in graceful_shutdown_close_stragglers()
1905 …h2o_context_t *ctx = H2O_STRUCT_FROM_MEMBER(h2o_context_t, http3._graceful_shutdown_timeout, entry… in graceful_shutdown_resend_goaway()
1928 ctx->http3._graceful_shutdown_timeout.cb = graceful_shutdown_close_stragglers; in graceful_shutdown_resend_goaway()
1929 …x->loop, ctx->globalconf->http3.graceful_shutdown_timeout, &ctx->http3._graceful_shutdown_timeout); in graceful_shutdown_resend_goaway()
1931 ctx->http3._graceful_shutdown_timeout.cb = NULL; in graceful_shutdown_resend_goaway()
1940 if (ctx->http3._graceful_shutdown_timeout.cb != NULL) in initiate_graceful_shutdown()
1942 ctx->http3._graceful_shutdown_timeout.cb = graceful_shutdown_resend_goaway; in initiate_graceful_shutdown()
1957 h2o_timer_link(ctx->loop, 1000, &ctx->http3._graceful_shutdown_timeout); in initiate_graceful_shutdown()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c85 …h2o_context_t *ctx = H2O_STRUCT_FROM_MEMBER(h2o_context_t, http2._graceful_shutdown_timeout, entry… in graceful_shutdown_close_stragglers()
98 …h2o_context_t *ctx = H2O_STRUCT_FROM_MEMBER(h2o_context_t, http2._graceful_shutdown_timeout, entry… in graceful_shutdown_resend_goaway()
113 ctx->http2._graceful_shutdown_timeout.cb = graceful_shutdown_close_stragglers; in graceful_shutdown_resend_goaway()
114 …x->loop, ctx->globalconf->http2.graceful_shutdown_timeout, &ctx->http2._graceful_shutdown_timeout); in graceful_shutdown_resend_goaway()
129 if (ctx->http2._graceful_shutdown_timeout.cb != NULL) in initiate_graceful_shutdown()
131 ctx->http2._graceful_shutdown_timeout.cb = graceful_shutdown_resend_goaway; in initiate_graceful_shutdown()
141 h2o_timer_link(ctx->loop, 1000, &ctx->http2._graceful_shutdown_timeout); in initiate_graceful_shutdown()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h672 h2o_timer_t _graceful_shutdown_timeout; member
705 h2o_timer_t _graceful_shutdown_timeout; member