Home
last modified time | relevance | path

Searched refs:nghttp2_ratelim_update (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_ratelim_test.c43 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 Dnghttp2_ratelim.h49 /* nghttp2_ratelim_update updates rl->val with the current |tstamp|
51 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp);
H A Dnghttp2_ratelim.c34 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp) { in nghttp2_ratelim_update() function
H A Dnghttp2_session.c4473 nghttp2_ratelim_update(&session->stream_reset_ratelim, in session_update_stream_reset_ratelim()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_ratelim.h49 /* nghttp2_ratelim_update updates rl->val with the current |tstamp|
51 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp);
H A Dnghttp2_ratelim.c34 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp) { in nghttp2_ratelim_update() function
H A Dnghttp2_session.c4468 nghttp2_ratelim_update(&session->stream_reset_ratelim, in session_update_stream_reset_ratelim()

Completed in 19 milliseconds