Searched refs:ngtcp2_ksl_lower_bound_compar (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_gaptr.c | 69 it = ngtcp2_ksl_lower_bound_compar(&gaptr->gap, &q, in ngtcp2_gaptr_push() 125 it = ngtcp2_ksl_lower_bound_compar(&gaptr->gap, &q, in ngtcp2_gaptr_get_first_gap_after() 144 it = ngtcp2_ksl_lower_bound_compar(&gaptr->gap, &q, in ngtcp2_gaptr_is_pushed()
|
D | ngtcp2_rob.c | 129 for (it = ngtcp2_ksl_lower_bound_compar(&rob->dataksl, &range, in rob_write_data() 169 it = ngtcp2_ksl_lower_bound_compar(&rob->gapksl, &q, in ngtcp2_rob_push()
|
D | ngtcp2_ksl.h | 223 ngtcp2_ksl_it ngtcp2_ksl_lower_bound_compar(ngtcp2_ksl *ksl,
|
D | ngtcp2_ksl.c | 646 ngtcp2_ksl_it ngtcp2_ksl_lower_bound_compar(ngtcp2_ksl *ksl, in ngtcp2_ksl_lower_bound_compar() function
|