Lines Matching refs:timeoutconf
151 auto &timeoutconf = get_config()->http2.timeout; in Downstream() local
154 timeoutconf.stream_read); in Downstream()
156 timeoutconf.stream_write); in Downstream()
158 timeoutconf.stream_read); in Downstream()
160 timeoutconf.stream_write); in Downstream()
993 auto &timeoutconf = get_config()->http2.timeout; in reset_upstream_wtimer() local
995 if (timeoutconf.stream_write != 0.) { in reset_upstream_wtimer()
998 if (timeoutconf.stream_read != 0.) { in reset_upstream_wtimer()
1037 auto &timeoutconf = get_config()->http2.timeout; in reset_downstream_wtimer() local
1039 if (timeoutconf.stream_write != 0.) { in reset_downstream_wtimer()
1042 if (timeoutconf.stream_read != 0.) { in reset_downstream_wtimer()