Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c99 * ksl_free_blk frees |blk| recursively.
101 static void ksl_free_blk(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk) { in ksl_free_blk() function
106 ksl_free_blk(ksl, ngtcp2_ksl_nth_node(ksl, blk, i)->blk); in ksl_free_blk()
120 ksl_free_blk(ksl, ksl->head); in ngtcp2_ksl_free()
745 ksl_free_blk(ksl, ksl->head); in ngtcp2_ksl_clear()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c100 * ksl_free_blk frees |blk| recursively.
102 static void ksl_free_blk(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk) { in ksl_free_blk() function
107 ksl_free_blk(ksl, nghttp3_ksl_nth_node(ksl, blk, i)->blk); in ksl_free_blk()
121 ksl_free_blk(ksl, ksl->head); in nghttp3_ksl_free()
753 ksl_free_blk(ksl, ksl->head); in nghttp3_ksl_clear()

Completed in 3 milliseconds