Searched refs:nghttp2_hd_map (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_hd.h | 217 } nghttp2_hd_map; typedef 221 nghttp2_hd_map map;
|
D | nghttp2_hd.c | 524 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() 543 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 572 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 1096 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental() 1193 int indexing_mode, nghttp2_hd_map *map, in search_hd_table() 1219 nghttp2_hd_map *map) { in hd_context_shrink_table_size()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.h | 217 } nghttp2_hd_map; typedef 221 nghttp2_hd_map map;
|
D | nghttp2_hd.c | 524 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() 543 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 572 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 1096 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental() 1193 int indexing_mode, nghttp2_hd_map *map, in search_hd_table() 1219 nghttp2_hd_map *map) { in hd_context_shrink_table_size()
|