Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rob.c45 void ngtcp2_rob_gap_del(ngtcp2_rob_gap *g, const ngtcp2_mem *mem) { in ngtcp2_rob_gap_del() function
94 ngtcp2_rob_gap_del(g, mem); in ngtcp2_rob_init()
114 ngtcp2_rob_gap_del(ngtcp2_ksl_it_get(&it), rob->mem); in ngtcp2_rob_free()
181 ngtcp2_rob_gap_del(g, rob->mem); in ngtcp2_rob_push()
203 ngtcp2_rob_gap_del(ng, rob->mem); in ngtcp2_rob_push()
240 ngtcp2_rob_gap_del(g, rob->mem); in ngtcp2_rob_remove_prefix()
H A Dngtcp2_rob.h49 * its pointer to |*pg|. The caller should call ngtcp2_rob_gap_del to
63 * ngtcp2_rob_gap_del deallocates |g|. It deallocates the memory
67 void ngtcp2_rob_gap_del(ngtcp2_rob_gap *g, const ngtcp2_mem *mem);

Completed in 2 milliseconds