Lines Matching refs:gap
32 nghttp3_ksl_init(&gaptr->gap, nghttp3_ksl_range_compar, sizeof(nghttp3_range),
42 rv = nghttp3_ksl_insert(&gaptr->gap, NULL, &range, NULL);
55 nghttp3_ksl_free(&gaptr->gap);
64 if (nghttp3_ksl_len(&gaptr->gap) == 0) {
71 it = nghttp3_ksl_lower_bound_compar(&gaptr->gap, &q,
82 nghttp3_ksl_remove_hint(&gaptr->gap, &it, &it, &k);
87 nghttp3_ksl_update_key(&gaptr->gap, &k, &l);
90 rv = nghttp3_ksl_insert(&gaptr->gap, &it, &r, NULL);
96 nghttp3_ksl_update_key(&gaptr->gap, &k, &r);
107 if (nghttp3_ksl_len(&gaptr->gap) == 0) {
111 it = nghttp3_ksl_begin(&gaptr->gap);
122 if (nghttp3_ksl_len(&gaptr->gap) == 0) {
127 it = nghttp3_ksl_lower_bound_compar(&gaptr->gap, &q,
142 if (nghttp3_ksl_len(&gaptr->gap) == 0) {
146 it = nghttp3_ksl_lower_bound_compar(&gaptr->gap, &q,
158 if (nghttp3_ksl_len(&gaptr->gap) == 0) {
162 it = nghttp3_ksl_begin(&gaptr->gap);
168 nghttp3_ksl_remove_hint(&gaptr->gap, NULL, &it, &r);