Searched refs:drain_total (Results 1 – 2 of 2) sorted by relevance
215 size_t drain_total; /* sum of all stream's UrlState.drain */ member
439 DEBUGASSERT(httpc->drain_total >= data->state.drain); in drained_transfer()440 httpc->drain_total -= data->state.drain; in drained_transfer()451 httpc->drain_total++; in drain_this()452 DEBUGASSERT(httpc->drain_total >= data->state.drain); in drain_this()1317 return httpc->drain_total == 0 && !nghttp2_session_want_read(httpc->h2) && in should_close_session()2193 httpc->drain_total = 0; in Curl_http2_setup()