Searched refs:nghttp2_ratelim_update (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_ratelim_test.c | 43 nghttp2_ratelim_update(&rl, 999); in test_nghttp2_ratelim_update() 52 nghttp2_ratelim_update(&rl, 1000); in test_nghttp2_ratelim_update() 56 nghttp2_ratelim_update(&rl, 1002); in test_nghttp2_ratelim_update() 60 nghttp2_ratelim_update(&rl, 1004); in test_nghttp2_ratelim_update() 67 nghttp2_ratelim_update(&rl, 1); in test_nghttp2_ratelim_update() 71 nghttp2_ratelim_update(&rl, 0); in test_nghttp2_ratelim_update() 81 nghttp2_ratelim_update(&rl, UINT64_MAX); in test_nghttp2_ratelim_update() 87 nghttp2_ratelim_update(&rl, 1); in test_nghttp2_ratelim_update()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_ratelim.h | 49 /* nghttp2_ratelim_update updates rl->val with the current |tstamp| 51 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp);
|
H A D | nghttp2_ratelim.c | 34 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp) { in nghttp2_ratelim_update() function
|
H A D | nghttp2_session.c | 4473 nghttp2_ratelim_update(&session->stream_reset_ratelim, in session_update_stream_reset_ratelim()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_ratelim.h | 49 /* nghttp2_ratelim_update updates rl->val with the current |tstamp| 51 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp);
|
H A D | nghttp2_ratelim.c | 34 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp) { in nghttp2_ratelim_update() function
|
H A D | nghttp2_session.c | 4468 nghttp2_ratelim_update(&session->stream_reset_ratelim, in session_update_stream_reset_ratelim()
|
Completed in 19 milliseconds