Searched refs:ngtcp2_ksl (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_ksl.h | 51 * ngtcp2_ksl_key represents key in ngtcp2_ksl. 118 typedef struct ngtcp2_ksl ngtcp2_ksl; typedef 126 const ngtcp2_ksl *ksl; 132 * ngtcp2_ksl is a deterministic paged skip list. 134 struct ngtcp2_ksl { struct 155 void ngtcp2_ksl_init(ngtcp2_ksl *ksl, ngtcp2_ksl_compar compar, size_t keylen, 163 void ngtcp2_ksl_free(ngtcp2_ksl *ksl); 178 int ngtcp2_ksl_insert(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it, 195 int ngtcp2_ksl_remove(ngtcp2_ksl *ks [all...] |
H A D | ngtcp2_ksl.c | 25 #include "ngtcp2_ksl.h" 51 static void ksl_node_set_key(ngtcp2_ksl *ksl, ngtcp2_ksl_node *node, in ksl_node_set_key() 56 void ngtcp2_ksl_init(ngtcp2_ksl *ksl, ngtcp2_ksl_compar compar, size_t keylen, in ngtcp2_ksl_init() 72 static ngtcp2_ksl_blk *ksl_blk_objalloc_new(ngtcp2_ksl *ksl) { in ksl_blk_objalloc_new() 77 static void ksl_blk_objalloc_del(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk) { in ksl_blk_objalloc_del() 81 static int ksl_head_init(ngtcp2_ksl *ksl) { in ksl_head_init() 101 static void ksl_free_blk(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk) { in ksl_free_blk() 114 void ngtcp2_ksl_free(ngtcp2_ksl *ksl) { in ngtcp2_ksl_free() 134 static ngtcp2_ksl_blk *ksl_split_blk(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk) { in ksl_split_blk() 176 static int ksl_split_node(ngtcp2_ksl *ks [all...] |
H A D | ngtcp2_rob.h | 36 #include "ngtcp2_ksl.h" 112 ngtcp2_ksl gapksl; 115 ngtcp2_ksl dataksl;
|
H A D | ngtcp2_gaptr.h | 35 #include "ngtcp2_ksl.h" 44 ngtcp2_ksl gap;
|
H A D | ngtcp2_acktr.h | 36 #include "ngtcp2_ksl.h" 119 ngtcp2_ksl ents;
|
H A D | ngtcp2_strm.h | 37 #include "ngtcp2_ksl.h" 103 ngtcp2_ksl *streamfrq;
|
H A D | ngtcp2_conn.h | 311 ngtcp2_ksl frq; 414 ngtcp2_ksl set;
|
H A D | ngtcp2_rtb.h | 35 #include "ngtcp2_ksl.h" 302 ngtcp2_ksl ents;
|
H A D | ngtcp2_strm.c | 165 ngtcp2_ksl *streamfrq = ngtcp2_mem_malloc(strm->mem, sizeof(*streamfrq)); in strm_streamfrq_init()
|
H A D | ngtcp2_conn.c | 841 static void delete_scid(ngtcp2_ksl *scids, const ngtcp2_mem *mem) { in delete_scid()
|
Completed in 23 milliseconds