Home
last modified time | relevance | path

Searched refs:nghttp2_max (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
A Dnghttp2_helper.c169 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
A Dnghttp2_pq.c78 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
A Dnghttp2_submit.c423 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()
A Dnghttp2_buf.c68 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
A Dnghttp2_stream.c331 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
A Dnghttp2_session.c1401 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