Home
last modified time | relevance | path

Searched refs:nghttp2_hd_entry (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.h116 struct nghttp2_hd_entry;
117 typedef struct nghttp2_hd_entry nghttp2_hd_entry; typedef
133 struct nghttp2_hd_entry { struct
140 nghttp2_hd_entry *next; argument
158 nghttp2_hd_entry **buffer; argument
215 nghttp2_hd_entry *table[HD_MAP_SIZE];
266 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv);
272 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent);
A Dnghttp2_hd.c491 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) in nghttp2_hd_entry_free()
530 nghttp2_hd_entry **bucket; in hd_map_insert()
548 nghttp2_hd_entry *p; in hd_map_find()
549 nghttp2_hd_entry *res = NULL; in hd_map_find()
576 nghttp2_hd_entry **dst; in hd_map_remove()
598 nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry *) * size); in hd_ringbuf_init()
619 nghttp2_hd_entry **buffer; in hd_ringbuf_reserve()
647 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free()
1131 nghttp2_hd_entry *new_ent; in add_hd_table_incremental()
1164 new_ent = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry)); in add_hd_table_incremental()
[all …]

Completed in 7 milliseconds