Home
last modified time | relevance | path

Searched refs:ngtcp2_rob_gap (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rob.h39 * ngtcp2_rob_gap represents the gap, which is the range of stream
42 typedef struct ngtcp2_rob_gap { struct
45 } ngtcp2_rob_gap; typedef
48 * ngtcp2_rob_gap_new allocates new ngtcp2_rob_gap object, and assigns
59 int ngtcp2_rob_gap_new(ngtcp2_rob_gap **pg, uint64_t begin, uint64_t end,
67 void ngtcp2_rob_gap_del(ngtcp2_rob_gap *g, const ngtcp2_mem *mem);
H A Dngtcp2_rob.c32 int ngtcp2_rob_gap_new(ngtcp2_rob_gap **pg, uint64_t begin, uint64_t end, in ngtcp2_rob_gap_new()
34 *pg = ngtcp2_mem_malloc(mem, sizeof(ngtcp2_rob_gap)); in ngtcp2_rob_gap_new()
45 void ngtcp2_rob_gap_del(ngtcp2_rob_gap *g, const ngtcp2_mem *mem) { in ngtcp2_rob_gap_del()
70 ngtcp2_rob_gap *g; in ngtcp2_rob_init()
165 ngtcp2_rob_gap *g; in ngtcp2_rob_push()
196 ngtcp2_rob_gap *ng; in ngtcp2_rob_push()
222 ngtcp2_rob_gap *g; in ngtcp2_rob_remove_prefix()
259 ngtcp2_rob_gap *g; in ngtcp2_rob_data_at()
306 ngtcp2_rob_gap *g; in ngtcp2_rob_first_gap_offset()

Completed in 1 milliseconds