Searched refs:nghttp2_min (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_helper.c | 186 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_adjust_local_window_size() 243 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_increase_local_window_size()
|
A D | nghttp2_helper.h | 38 #define nghttp2_min(A, B) ((A) < (B) ? (A) : (B)) macro
|
A D | nghttp2_session.c | 1399 max = nghttp2_min( in nghttp2_session_adjust_idle_stream() 1811 window_size = nghttp2_min( in nghttp2_session_enforce_flow_control_limits() 1812 nghttp2_min( in nghttp2_session_enforce_flow_control_limits() 1813 nghttp2_min(requested_window_size, stream->remote_window_size), in nghttp2_session_enforce_flow_control_limits() 1931 max_payloadlen = nghttp2_min(NGHTTP2_MAX_PAYLOADLEN, in session_headers_add_pad() 1976 buflen = nghttp2_min(nghttp2_buf_avail(buf), NGHTTP2_MAX_PAYLOADLEN); in session_pack_extension() 4443 nghttp2_min(min_header_table_size, iv[i].value); in nghttp2_session_update_local_settings() 5213 recv_size = nghttp2_min(*consumed_size_ptr, *recv_window_size_ptr); in session_update_consumed_size() 5341 return nghttp2_min((size_t)(last - in), iframe->payloadleft); in inbound_frame_payload_readlen() 5511 readlen = nghttp2_min(inlen, iframe->payloadleft); in nghttp2_session_mem_recv() [all …]
|
A D | nghttp2_hd.c | 1277 size_t next_bufsize = nghttp2_min(settings_max_dynamic_table_size, in nghttp2_hd_deflate_change_table_size() 1283 nghttp2_min(deflater->min_hd_table_bufsize_max, next_bufsize); in nghttp2_hd_deflate_change_table_size() 1765 size_t len = nghttp2_min((size_t)(last - in), inflater->left); in hd_inflate_read() 1990 nghttp2_min(inflater->min_hd_table_bufsize_max, in nghttp2_hd_inflate_hd_nv()
|
A D | nghttp2_buf.c | 364 nwrite = nghttp2_min(nghttp2_buf_avail(buf), len); in nghttp2_bufs_add()
|
Completed in 22 milliseconds