Home
last modified time | relevance | path

Searched refs:nghttp2_ratelim (Results 1 – 14 of 14) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_ratelim.h34 typedef struct nghttp2_ratelim { struct
44 } nghttp2_ratelim; argument
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);
Dnghttp2_ratelim.c28 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()
DMakefile.am54 nghttp2_ratelim.c \
74 nghttp2_ratelim.h \
DCMakeLists.txt27 nghttp2_ratelim.c
DBUILD.gn48 "nghttp2_ratelim.c",
Dnghttp2_session.h251 nghttp2_ratelim stream_reset_ratelim;
/third_party/node/deps/nghttp2/lib/
Dnghttp2_ratelim.h34 typedef struct nghttp2_ratelim { struct
44 } nghttp2_ratelim; argument
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);
Dnghttp2_ratelim.c28 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()
DMakefile.am54 nghttp2_ratelim.c \
74 nghttp2_ratelim.h \
DMakefile.in160 nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_ratelim.lo \
198 ./$(DEPDIR)/nghttp2_queue.Plo ./$(DEPDIR)/nghttp2_ratelim.Plo \
515 nghttp2_ratelim.c \
535 nghttp2_ratelim.h \
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_ratelim.Plo@am__quote@ # am--include-marker
927 -rm -f ./$(DEPDIR)/nghttp2_ratelim.Plo
998 -rm -f ./$(DEPDIR)/nghttp2_ratelim.Plo
DCMakeLists.txt27 nghttp2_ratelim.c
Dnghttp2_session.h247 nghttp2_ratelim stream_reset_ratelim;
/third_party/nghttp2/tests/
Dnghttp2_ratelim_test.c34 nghttp2_ratelim rl; in test_nghttp2_ratelim_update()
93 nghttp2_ratelim rl; in test_nghttp2_ratelim_drain()
/third_party/node/deps/nghttp2/
Dnghttp2.gyp22 'lib/nghttp2_ratelim.c',