Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.h220 size_t drain_total; /* sum of all stream's UrlState.drain */ member
Dhttp2.c485 DEBUGASSERT(httpc->drain_total >= data->state.drain); in drained_transfer()
486 httpc->drain_total -= data->state.drain; in drained_transfer()
497 httpc->drain_total++; in drain_this()
498 DEBUGASSERT(httpc->drain_total >= data->state.drain); in drain_this()
1336 return httpc->drain_total == 0 && !nghttp2_session_want_read(httpc->h2) && in should_close_session()
2193 httpc->drain_total = 0; in Curl_http2_setup()