Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.h143 ev_timer wtimer; member
DHttpServer.cc123 ev_timer_stop(hd->get_loop(), &stream->wtimer); in stream_timeout_cb()
159 ev_timer_again(hd->get_loop(), &stream->wtimer); in add_stream_write_timeout()
173 ev_timer_stop(hd->get_loop(), &stream->wtimer); in remove_stream_write_timeout()
455 ev_timer_init(&wtimer, stream_timeout_cb, 0., config->stream_write_timeout);
457 wtimer.data = this;
477 ev_timer_stop(loop, &wtimer); in ~Stream()