Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_rate_limit.cc49 startw_req_(false) { in RateLimit()
87 if (w_->fd >= 0 && avail_ > 0 && startw_req_) { in regen()
97 startw_req_ = true; in startw()
106 startw_req_ = false; in stopw()
Dshrpx_rate_limit.h63 bool startw_req_; variable