Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A 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); in echo_upload()
468 wtimer.data = this; in echo_upload()
488 ev_timer_stop(loop, &wtimer); in ~Stream()
H A DHttpServer.h146 ev_timer wtimer; member

Completed in 7 milliseconds