Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c551 httpc->drain_total++; in on_frame_recv()
628 conn->proto.httpc.drain_total++; in on_data_chunk_recv()
732 conn->proto.httpc.drain_total++; in on_stream_close()
1140 return httpc->drain_total == 0 && !nghttp2_session_want_read(httpc->h2) && in should_close_session()
1247 DEBUGASSERT(httpc->drain_total >= data->state.drain); in http2_handle_stream_close()
1248 httpc->drain_total -= data->state.drain; in http2_handle_stream_close()
1552 DEBUGASSERT(httpc->drain_total >= data->state.drain); in http2_recv()
1553 httpc->drain_total -= data->state.drain; in http2_recv()
1988 httpc->drain_total = 0; in Curl_http2_setup()
Dhttp.h218 size_t drain_total; /* sum of all stream's UrlState.drain */ member