Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c106 ksl_free_blk(ksl, ngtcp2_ksl_nth_node(ksl, blk, i)->blk); in ksl_free_blk()
178 ngtcp2_ksl_blk *lblk = ngtcp2_ksl_nth_node(ksl, blk, i)->blk, *rblk; in ksl_split_node()
189 node = ngtcp2_ksl_nth_node(ksl, blk, i + 1); in ksl_split_node()
192 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); in ksl_split_node()
194 node = ngtcp2_ksl_nth_node(ksl, blk, i); in ksl_split_node()
195 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_node()
230 node = ngtcp2_ksl_nth_node(ksl, nhead, 0); in ksl_split_head()
231 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_head()
234 node = ngtcp2_ksl_nth_node(ksl, nhead, 1); in ksl_split_head()
235 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ks in ksl_split_head()
[all...]
H A Dngtcp2_ksl.h261 * ngtcp2_ksl_nth_node returns the |n|th node under |blk|.
263 #define ngtcp2_ksl_nth_node(KSL, BLK, N) \ macro
285 ngtcp2_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->data
324 ((ngtcp2_ksl_key *)ngtcp2_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->key)

Completed in 2 milliseconds