Searched refs:nghttp2_hd_map (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 218 } nghttp2_hd_map; typedef 222 nghttp2_hd_map map;
|
H A D | nghttp2_hd.c | 529 static void hd_map_init(nghttp2_hd_map *map) { in hd_map_init() 530 memset(map, 0, sizeof(nghttp2_hd_map)); in hd_map_init() 533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() 548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 1101 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental() 1198 int indexing_mode, nghttp2_hd_map *map, in search_hd_table() 1224 nghttp2_hd_map *map) { in hd_context_shrink_table_size()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 218 } nghttp2_hd_map; typedef 222 nghttp2_hd_map map;
|
H A D | nghttp2_hd.c | 529 static void hd_map_init(nghttp2_hd_map *map) { in hd_map_init() 530 memset(map, 0, sizeof(nghttp2_hd_map)); in hd_map_init() 533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() 548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 1101 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental() 1198 int indexing_mode, nghttp2_hd_map *map, in search_hd_table() 1224 nghttp2_hd_map *map) { in hd_context_shrink_table_size()
|
Completed in 9 milliseconds