Searched defs:ContinueTimer (Results 1 – 2 of 2) sorted by relevance
130 struct ContinueTimer { struct141 struct ev_loop *loop;142 ev_timer timer;
393 ContinueTimer::ContinueTimer(struct ev_loop *loop, Request *req) : loop(loop) { in ContinueTimer() function in nghttp2::ContinueTimer