Lines Matching refs:nghttp2_min
1683 max = nghttp2_min(
1685 16, nghttp2_min(session->local_settings.max_concurrent_streams,
2115 return nghttp2_min(nghttp2_min(nghttp2_min(requested_window_size,
2202 nghttp2_min(frame->hd.length + NGHTTP2_MAX_PADLEN, max_payloadlen);
2228 max_payloadlen = nghttp2_min(NGHTTP2_MAX_PAYLOADLEN,
2268 buflen = nghttp2_min(nghttp2_buf_avail(buf), NGHTTP2_MAX_PAYLOADLEN);
4663 min_header_table_size = nghttp2_min(min_header_table_size, iv[i].value);
5549 recv_size = nghttp2_min(*consumed_size_ptr, *recv_window_size_ptr);
5672 return nghttp2_min((size_t)(last - in), iframe->payloadleft);
5688 nghttp2_min((size_t)(last - in), nghttp2_buf_mark_avail(&iframe->sbuf));
5850 readlen = nghttp2_min(inlen, iframe->payloadleft);
7452 last_stream_id = nghttp2_min(last_stream_id, session->local_last_stream_id);
7745 max_payloadlen = nghttp2_min(datamax, frame->hd.length + NGHTTP2_MAX_PADLEN);