Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.h146 ev_timer wtimer; member
DHttpServer.cc132 ev_timer_stop(hd->get_loop(), &stream->wtimer); in stream_timeout_cb()
168 ev_timer_again(hd->get_loop(), &stream->wtimer); in add_stream_write_timeout()
182 ev_timer_stop(hd->get_loop(), &stream->wtimer); in remove_stream_write_timeout()
466 ev_timer_init(&wtimer, stream_timeout_cb, 0., config->stream_write_timeout);
468 wtimer.data = this;
488 ev_timer_stop(loop, &wtimer); in ~Stream()