Searched refs:ksl_node_set_key (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_ksl.c | 49 * ksl_node_set_key sets |key| to |node|. 51 static void ksl_node_set_key(ngtcp2_ksl *ksl, ngtcp2_ksl_node *node, in ksl_node_set_key() function 192 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); 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() 231 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_head() 235 ksl_node_set_key(ksl, node, ngtcp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); in ksl_split_head() 259 ksl_node_set_key(ksl, node, key); in ksl_insert_node() 332 ksl_node_set_key(ksl, node, key); in ngtcp2_ksl_insert() 353 ksl_node_set_key(ksl, node, key); in ngtcp2_ksl_insert() 412 ksl_node_set_key(ks in ksl_merge_node() [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_ksl.c | 50 * ksl_node_set_key sets |key| to |node|. 52 static void ksl_node_set_key(nghttp3_ksl *ksl, nghttp3_ksl_node *node, in ksl_node_set_key() function 193 ksl_node_set_key(ksl, node, in ksl_split_node() 197 ksl_node_set_key(ksl, node, in ksl_split_node() 234 ksl_node_set_key(ksl, node, in ksl_split_head() 239 ksl_node_set_key(ksl, node, in ksl_split_head() 264 ksl_node_set_key(ksl, node, key); in ksl_insert_node() 338 ksl_node_set_key(ksl, node, key); in nghttp3_ksl_insert() 359 ksl_node_set_key(ksl, node, key); in nghttp3_ksl_insert() 418 ksl_node_set_key(ks in ksl_merge_node() [all...] |
Completed in 2 milliseconds