Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.h277 size_t drain_total; /* sum of all stream's UrlState.drain */ member
Dhttp2.c464 DEBUGASSERT(httpc->drain_total >= data->state.drain); in drained_transfer()
465 httpc->drain_total -= data->state.drain; in drained_transfer()
476 httpc->drain_total++; in drain_this()
477 DEBUGASSERT(httpc->drain_total >= data->state.drain); in drain_this()
1355 return httpc->drain_total == 0 && !nghttp2_session_want_read(httpc->h2) && in should_close_session()
2247 httpc->drain_total = 0; in Curl_http2_setup()