Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_test_helper.c344 nghttp2_max(session->last_sent_stream_id, stream_id); in open_sent_stream3()
346 nghttp2_max(session->next_stream_id, (uint32_t)stream_id + 2); in open_sent_stream3()
369 nghttp2_max(session->last_sent_stream_id, stream_id); in open_sent_stream_with_dep_weight()
371 nghttp2_max(session->next_stream_id, (uint32_t)stream_id + 2); in open_sent_stream_with_dep_weight()
405 nghttp2_max(session->last_recv_stream_id, stream_id); in open_recv_stream3()
428 nghttp2_max(session->last_recv_stream_id, stream_id); in open_recv_stream_with_dep_weight()
/third_party/nghttp2/lib/
Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
Dnghttp2_helper.c163 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
Dnghttp2_pq.c73 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
Dnghttp2_submit.c409 nghttp2_max(0, session->consumed_size - window_size_increment); in nghttp2_submit_window_update()
412 nghttp2_max(0, stream->consumed_size - window_size_increment); in nghttp2_submit_window_update()
Dnghttp2_buf.c64 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
Dnghttp2_stream.c314 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
Dnghttp2_session.c1389 100, nghttp2_max( in nghttp2_session_adjust_idle_stream()
7397 return nghttp2_max(0, stream->remote_window_size); in nghttp2_session_get_stream_remote_window_size()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
Dnghttp2_helper.c163 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
Dnghttp2_pq.c73 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
Dnghttp2_submit.c409 nghttp2_max(0, session->consumed_size - window_size_increment); in nghttp2_submit_window_update()
412 nghttp2_max(0, stream->consumed_size - window_size_increment); in nghttp2_submit_window_update()
Dnghttp2_buf.c64 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
Dnghttp2_stream.c314 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
Dnghttp2_session.c1389 100, nghttp2_max( in nghttp2_session_adjust_idle_stream()
7397 return nghttp2_max(0, stream->remote_window_size); in nghttp2_session_get_stream_remote_window_size()