Home
last modified time | relevance | path

Searched defs:ContinueTimer (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dnghttp.h122 struct ContinueTimer { struct
133 struct ev_loop *loop;
134 ev_timer timer;
Dnghttp.cc387 ContinueTimer::ContinueTimer(struct ev_loop *loop, Request *req) : loop(loop) { in ContinueTimer() function in nghttp2::ContinueTimer