Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http2_session.h258 ev_timer connchk_timer_; variable
Dshrpx_http2_session.cc211 ev_timer_init(&connchk_timer_, connchk_timeout_cb, 0., 0.);
213 connchk_timer_.data = this;
255 ev_timer_stop(conn_.loop, &connchk_timer_); in disconnect()
1903 connchk_timer_.repeat = t; in reset_connection_check_timer()
1904 ev_timer_again(conn_.loop, &connchk_timer_); in reset_connection_check_timer()