Lines Matching refs:nghttp2_min
1688 max = nghttp2_min(
1690 16, nghttp2_min(session->local_settings.max_concurrent_streams,
2120 return nghttp2_min(nghttp2_min(nghttp2_min(requested_window_size,
2207 nghttp2_min(frame->hd.length + NGHTTP2_MAX_PADLEN, max_payloadlen);
2233 max_payloadlen = nghttp2_min(NGHTTP2_MAX_PAYLOADLEN,
2273 buflen = nghttp2_min(nghttp2_buf_avail(buf), NGHTTP2_MAX_PAYLOADLEN);
4668 min_header_table_size = nghttp2_min(min_header_table_size, iv[i].value);
5554 recv_size = nghttp2_min(*consumed_size_ptr, *recv_window_size_ptr);
5677 return nghttp2_min((size_t)(last - in), iframe->payloadleft);
5693 nghttp2_min((size_t)(last - in), nghttp2_buf_mark_avail(&iframe->sbuf));
5855 readlen = nghttp2_min(inlen, iframe->payloadleft);
7463 last_stream_id = nghttp2_min(last_stream_id, session->local_last_stream_id);
7756 max_payloadlen = nghttp2_min(datamax, frame->hd.length + NGHTTP2_MAX_PADLEN);