Searched refs:nghttp2_ratelim (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_ratelim.h | 34 typedef struct nghttp2_ratelim { struct 44 } nghttp2_ratelim; typedef 47 void nghttp2_ratelim_init(nghttp2_ratelim *rl, uint64_t burst, uint64_t rate); 51 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp); 55 int nghttp2_ratelim_drain(nghttp2_ratelim *rl, uint64_t n);
|
H A D | nghttp2_ratelim.c | 25 #include "nghttp2_ratelim.h" 28 void nghttp2_ratelim_init(nghttp2_ratelim *rl, uint64_t burst, uint64_t rate) { in nghttp2_ratelim_init() 34 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp) { in nghttp2_ratelim_update() 67 int nghttp2_ratelim_drain(nghttp2_ratelim *rl, uint64_t n) { in nghttp2_ratelim_drain()
|
H A D | nghttp2_session.h | 42 #include "nghttp2_ratelim.h" 251 nghttp2_ratelim stream_reset_ratelim;
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_ratelim.h | 34 typedef struct nghttp2_ratelim { struct 44 } nghttp2_ratelim; typedef 47 void nghttp2_ratelim_init(nghttp2_ratelim *rl, uint64_t burst, uint64_t rate); 51 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp); 55 int nghttp2_ratelim_drain(nghttp2_ratelim *rl, uint64_t n);
|
H A D | nghttp2_ratelim.c | 25 #include "nghttp2_ratelim.h" 28 void nghttp2_ratelim_init(nghttp2_ratelim *rl, uint64_t burst, uint64_t rate) { in nghttp2_ratelim_init() 34 void nghttp2_ratelim_update(nghttp2_ratelim *rl, uint64_t tstamp) { in nghttp2_ratelim_update() 67 int nghttp2_ratelim_drain(nghttp2_ratelim *rl, uint64_t n) { in nghttp2_ratelim_drain()
|
H A D | nghttp2_session.h | 42 #include "nghttp2_ratelim.h" 247 nghttp2_ratelim stream_reset_ratelim;
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_ratelim_test.c | 31 #include "nghttp2_ratelim.h" 34 nghttp2_ratelim rl; in test_nghttp2_ratelim_update() 93 nghttp2_ratelim rl; in test_nghttp2_ratelim_drain()
|
Completed in 4 milliseconds