Searched refs:gapksl (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rob.c | 72 ngtcp2_ksl_init(&rob->gapksl, ngtcp2_ksl_range_compar, sizeof(ngtcp2_range), in ngtcp2_rob_init() 80 rv = ngtcp2_ksl_insert(&rob->gapksl, NULL, &g->range, g); in ngtcp2_rob_init() 96 ngtcp2_ksl_free(&rob->gapksl); in ngtcp2_rob_init() 112 for (it = ngtcp2_ksl_begin(&rob->gapksl); !ngtcp2_ksl_it_end(&it); in ngtcp2_rob_free() 118 ngtcp2_ksl_free(&rob->gapksl); in ngtcp2_rob_free() 169 it = ngtcp2_ksl_lower_bound_compar(&rob->gapksl, &q, in ngtcp2_rob_push() 180 ngtcp2_ksl_remove_hint(&rob->gapksl, &it, &it, &g->range); in ngtcp2_rob_push() 192 ngtcp2_ksl_update_key(&rob->gapksl, &g->range, &l); in ngtcp2_rob_push() 201 rv = ngtcp2_ksl_insert(&rob->gapksl, &it, &ng->range, ng); in ngtcp2_rob_push() 208 ngtcp2_ksl_update_key(&rob->gapksl, in ngtcp2_rob_push() [all...] |
H A D | ngtcp2_rob.h | 110 /* gapksl maintains the range of offset which is not received 112 ngtcp2_ksl gapksl; member
|
H A D | ngtcp2_strm.c | 123 return ngtcp2_ksl_len(&rob->gapksl) >= 1000; in strm_rob_heavily_fragmented()
|
Completed in 2 milliseconds