Searched refs:nghttp2_max (Results 1 – 15 of 15) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_test_helper.c | 344 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/ |
D | nghttp2_helper.h | 39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
|
D | nghttp2_helper.c | 163 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
|
D | nghttp2_pq.c | 73 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
|
D | nghttp2_submit.c | 409 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()
|
D | nghttp2_buf.c | 64 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
|
D | nghttp2_stream.c | 314 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
|
D | nghttp2_session.c | 1389 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/ |
D | nghttp2_helper.h | 39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
|
D | nghttp2_helper.c | 163 nghttp2_max(0, *recv_window_size_ptr) - *delta_ptr; in nghttp2_adjust_local_window_size()
|
D | nghttp2_pq.c | 73 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
|
D | nghttp2_submit.c | 409 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()
|
D | nghttp2_buf.c | 64 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve()
|
D | nghttp2_stream.c | 314 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
|
D | nghttp2_session.c | 1389 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()
|