Home
last modified time | relevance | path

Searched refs:nghttp2_hd_map (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.h218 } nghttp2_hd_map; typedef
222 nghttp2_hd_map map;
H A Dnghttp2_hd.c529 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 Dnghttp2_hd.h218 } nghttp2_hd_map; typedef
222 nghttp2_hd_map map;
H A Dnghttp2_hd.c529 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