Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c348 nghttp2_max(session->last_sent_stream_id, stream_id); in open_sent_stream3()
350 nghttp2_max(session->next_stream_id, (uint32_t)stream_id + 2); in open_sent_stream3()
373 nghttp2_max(session->last_sent_stream_id, stream_id); in open_sent_stream_with_dep_weight()
375 nghttp2_max(session->next_stream_id, (uint32_t)stream_id + 2); in open_sent_stream_with_dep_weight()
409 nghttp2_max(session->last_recv_stream_id, stream_id); in open_recv_stream3()
432 nghttp2_max(session->last_recv_stream_id, stream_id); in open_recv_stream_with_dep_weight()
/third_party/nghttp2/lib/
H A Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dnghttp2_pq.c72 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
H A Dnghttp2_helper.c163 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
H A Dnghttp2_submit.c414 nghttp2_max(0, session->consumed_size - window_size_increment); in nghttp2_submit_window_update()
417 nghttp2_max(0, stream->consumed_size - window_size_increment); in nghttp2_submit_window_update()
H A Dnghttp2_buf.c64 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
H A Dnghttp2_stream.c315 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
H A Dnghttp2_session.c1689 100, nghttp2_max( in nghttp2_session_adjust_idle_stream()
7930 return nghttp2_max(0, stream->remote_window_size); in nghttp2_session_get_stream_remote_window_size()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dnghttp2_pq.c72 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
H A Dnghttp2_helper.c163 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
H A Dnghttp2_submit.c414 nghttp2_max(0, session->consumed_size - window_size_increment); in nghttp2_submit_window_update()
417 nghttp2_max(0, stream->consumed_size - window_size_increment); in nghttp2_submit_window_update()
H A Dnghttp2_buf.c64 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
H A Dnghttp2_stream.c315 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
H A Dnghttp2_session.c1684 100, nghttp2_max( in nghttp2_session_adjust_idle_stream()
7919 return nghttp2_max(0, stream->remote_window_size); in nghttp2_session_get_stream_remote_window_size()

Completed in 28 milliseconds