Home
last modified time | relevance | path

Searched refs:nghttp3_ksl (Results 1 – 5 of 5) sorted by relevance

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_ksl.h109 typedef struct nghttp3_ksl nghttp3_ksl; typedef
117 const nghttp3_ksl *ksl;
125 struct nghttp3_ksl { struct
160 void nghttp3_ksl_free(nghttp3_ksl *ksl);
175 int nghttp3_ksl_insert(nghttp3_ksl *ksl, nghttp3_ksl_it *it,
213 nghttp3_ksl_it nghttp3_ksl_lower_bound(nghttp3_ksl *ksl,
237 nghttp3_ksl_it nghttp3_ksl_begin(const nghttp3_ksl *ksl);
245 nghttp3_ksl_it nghttp3_ksl_end(const nghttp3_ksl *ksl);
250 size_t nghttp3_ksl_len(nghttp3_ksl *ksl);
255 void nghttp3_ksl_clear(nghttp3_ksl *ksl);
[all …]
H A Dnghttp3_ksl.c83 static void ksl_free_blk(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk) { in ksl_free_blk()
95 void nghttp3_ksl_free(nghttp3_ksl *ksl) { in nghttp3_ksl_free()
189 static int ksl_split_head(nghttp3_ksl *ksl) { in ksl_split_head()
260 int nghttp3_ksl_insert(nghttp3_ksl *ksl, nghttp3_ksl_it *it, in nghttp3_ksl_insert()
499 int nghttp3_ksl_remove(nghttp3_ksl *ksl, nghttp3_ksl_it *it, in nghttp3_ksl_remove()
574 nghttp3_ksl_it nghttp3_ksl_lower_bound(nghttp3_ksl *ksl, in nghttp3_ksl_lower_bound()
610 nghttp3_ksl_it nghttp3_ksl_lower_bound_compar(nghttp3_ksl *ksl, in nghttp3_ksl_lower_bound_compar()
694 size_t nghttp3_ksl_len(nghttp3_ksl *ksl) { return ksl->n; } in nghttp3_ksl_len()
696 void nghttp3_ksl_clear(nghttp3_ksl *ksl) { in nghttp3_ksl_clear()
718 nghttp3_ksl_it nghttp3_ksl_begin(const nghttp3_ksl *ksl) { in nghttp3_ksl_begin()
[all …]
H A DMakefile.am44 nghttp3_ksl.c \
69 nghttp3_ksl.h \
H A Dnghttp3_gaptr.h44 nghttp3_ksl gap;
H A Dnghttp3_qpack.h238 nghttp3_ksl blocked_streams;