Searched refs:ksl_merge_node (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_ksl.c | 374 * ksl_merge_node merges 2 nodes which are the nodes at the index of 383 static ngtcp2_ksl_blk *ksl_merge_node(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk, in ksl_merge_node() function 539 blk = ksl_merge_node(ksl, ksl->head, 0); in ngtcp2_ksl_remove() 595 blk = ksl_merge_node(ksl, blk, i); in ngtcp2_ksl_remove() 601 blk = ksl_merge_node(ksl, blk, i - 1); in ngtcp2_ksl_remove()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_ksl.c | 380 * ksl_merge_node merges 2 nodes which are the nodes at the index of 389 static nghttp3_ksl_blk *ksl_merge_node(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk, in ksl_merge_node() function 547 blk = ksl_merge_node(ksl, ksl->head, 0); in nghttp3_ksl_remove() 603 blk = ksl_merge_node(ksl, blk, i); in nghttp3_ksl_remove() 609 blk = ksl_merge_node(ksl, blk, i - 1); in nghttp3_ksl_remove()
|
Completed in 5 milliseconds