Searched refs:nghttp2_hd_map (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd.h | 216 } nghttp2_hd_map; typedef 220 nghttp2_hd_map map;
|
A D | nghttp2_hd.c | 523 static void hd_map_init(nghttp2_hd_map *map) in hd_map_init() 525 memset(map, 0, sizeof(nghttp2_hd_map)); in hd_map_init() 528 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) in hd_map_insert() 544 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 574 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) in hd_map_remove() 1127 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental() 1225 int indexing_mode, nghttp2_hd_map *map, in search_hd_table() 1252 nghttp2_hd_map *map) in hd_context_shrink_table_size()
|
Completed in 7 milliseconds