Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c127 * ksl_split_blk splits |blk| into 2 ngtcp2_ksl_blk objects. The new
134 static ngtcp2_ksl_blk *ksl_split_blk(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk) { in ksl_split_blk() function
180 rblk = ksl_split_blk(ksl, lblk); in ksl_split_node()
214 rblk = ksl_split_blk(ksl, ksl->head); in ksl_split_head()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c128 * ksl_split_blk splits |blk| into 2 nghttp3_ksl_blk objects. The new
135 static nghttp3_ksl_blk *ksl_split_blk(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk) { in ksl_split_blk() function
181 rblk = ksl_split_blk(ksl, lblk); in ksl_split_node()
217 rblk = ksl_split_blk(ksl, ksl->head); in ksl_split_head()

Completed in 3 milliseconds