Home
last modified time | relevance | path

Searched refs:nghttp2_map (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_map.h54 } nghttp2_map; typedef
65 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem);
72 void nghttp2_map_free(nghttp2_map *map);
80 void nghttp2_map_each_free(nghttp2_map *map,
101 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *entry);
107 nghttp2_map_entry *nghttp2_map_find(nghttp2_map *map, key_type key);
119 int nghttp2_map_remove(nghttp2_map *map, key_type key);
124 size_t nghttp2_map_size(nghttp2_map *map);
140 int nghttp2_map_each(nghttp2_map *map,
A Dnghttp2_map.c31 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) in nghttp2_map_init()
46 void nghttp2_map_free(nghttp2_map *map) in nghttp2_map_free()
51 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free()
67 int nghttp2_map_each(nghttp2_map *map, in nghttp2_map_each()
122 static int resize(nghttp2_map *map, uint32_t new_tablelen) in resize()
150 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) in nghttp2_map_insert()
168 nghttp2_map_entry *nghttp2_map_find(nghttp2_map *map, key_type key) in nghttp2_map_find()
181 int nghttp2_map_remove(nghttp2_map *map, key_type key) in nghttp2_map_remove()
200 size_t nghttp2_map_size(nghttp2_map *map) in nghttp2_map_size()
A Dnghttp2_session.h191 nghttp2_map /* <nghttp2_stream*> */ streams;

Completed in 5 milliseconds