Lines Matching defs:flow
81 * each active transfer. We use HTTP/3 flow control and only ACK
132 size_t max_stream_window; /* max flow window for one stream */
152 size_t recv_buf_nonflow; /* buffered bytes, not counting for flow control */
160 BIT(quic_flow_blocked); /* stream is blocked by QUIC flow control */
194 * headers to it that are not counted against the nghttp3 flow limits. */
400 * consuming those does not count against flow control. */
584 CURL_TRC_CF(data, cf, "[%" PRId64 "] unblock quic flow", stream_id);
807 bool flow)
822 if(!flow)
870 * tell the QUIC connection to increase its flow control */
1691 CURL_TRC_CF(x->data, x->cf, "[%" PRId64 "] block quic flow",
1705 /* ngtcp2 wants to send more. update the flow of the stream whose data
1722 /* we add the amount of data bytes to the flow windows */