Home | History | Annotate | Download | only in lib

Lines Matching refs:drain_total

543     httpc->drain_total++;
620 conn->proto.httpc.drain_total++;
725 conn->proto.httpc.drain_total++;
1095 return httpc->drain_total == 0 && !nghttp2_session_want_read(httpc->h2) &&
1169 DEBUGASSERT(httpc->drain_total >= data->state.drain);
1170 httpc->drain_total -= data->state.drain;
1475 DEBUGASSERT(httpc->drain_total >= data->state.drain);
1476 httpc->drain_total -= data->state.drain;
1844 httpc->drain_total = 0;