Searched refs:nghttp2_max (Results 1 – 7 of 7) sorted by relevance
39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
169 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
78 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
423 nghttp2_max(0, session->consumed_size - window_size_increment); in nghttp2_submit_window_update()426 nghttp2_max(0, stream->consumed_size - window_size_increment); in nghttp2_submit_window_update()
68 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
331 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
1401 nghttp2_max(16, in nghttp2_session_adjust_idle_stream()7394 return nghttp2_max(0, stream->remote_window_size); in nghttp2_session_get_stream_remote_window_size()
Completed in 20 milliseconds