Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h66 typedef struct nghttp3_qpack_entry nghttp3_qpack_entry; typedef
68 struct nghttp3_qpack_entry { struct
73 nghttp3_qpack_entry *map_next;
166 /* next_absidx is the next absolute index for nghttp3_qpack_entry.
197 nghttp3_qpack_entry *table[NGHTTP3_QPACK_MAP_SIZE];
225 /* dtable_map is a map of hash to nghttp3_qpack_entry to provide
670 nghttp3_qpack_entry *
677 nghttp3_qpack_entry *
688 void nghttp3_qpack_entry_init(nghttp3_qpack_entry *en
[all...]
H A Dnghttp3_qpack.c744 static void qpack_map_insert(nghttp3_qpack_map *map, nghttp3_qpack_entry *ent) { in qpack_map_insert()
745 nghttp3_qpack_entry **bucket; in qpack_map_insert()
759 static void qpack_map_remove(nghttp3_qpack_map *map, nghttp3_qpack_entry *ent) { in qpack_map_remove()
760 nghttp3_qpack_entry **dst; in qpack_map_remove()
782 nghttp3_qpack_entry *ent = nghttp3_qpack_context_dtable_get(ctx, absidx); in qpack_context_can_reference()
790 nghttp3_qpack_entry **pmatch, in encoder_qpack_map_find()
791 nghttp3_qpack_entry **ppb_match, in encoder_qpack_map_find()
795 nghttp3_qpack_entry *p; in encoder_qpack_map_find()
853 rv = nghttp3_ringbuf_init(&ctx->dtable, len2, sizeof(nghttp3_qpack_entry *), in qpack_context_init()
872 nghttp3_qpack_entry *en in qpack_context_free()
[all...]

Completed in 4 milliseconds