Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.cc351 client->rps_req_pending += n; in rps_cb()
355 if (client->rps_req_pending == 0) { in rps_cb()
366 nreq = std::min(nreq, client->rps_req_pending); in rps_cb()
369 client->rps_req_pending -= nreq; in rps_cb()
475 rps_req_pending(0),
1074 } else if (rps_req_pending) { in on_stream_close()
1075 --rps_req_pending; in on_stream_close()
Dh2load.h402 size_t rps_req_pending; member