Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.cc350 client->rps_req_pending += n; in rps_cb()
353 if (client->rps_req_pending == 0) { in rps_cb()
364 nreq = std::min(nreq, client->rps_req_pending); in rps_cb()
367 client->rps_req_pending -= nreq; in rps_cb()
474 rps_req_pending(0),
1065 } else if (rps_req_pending) { in on_stream_close()
1066 --rps_req_pending; in on_stream_close()
Dh2load.h402 size_t rps_req_pending; member