Home
last modified time | relevance | path

Searched refs:nghttp2_map_entry (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_map.c57 nghttp2_map_entry *entry; in nghttp2_map_each_free()
59 nghttp2_map_entry *next = entry->next; in nghttp2_map_each_free()
74 nghttp2_map_entry *entry; in nghttp2_map_each()
101 static int insert(nghttp2_map_entry **table, uint32_t tablelen, in insert()
102 nghttp2_map_entry *entry) in insert()
108 nghttp2_map_entry *p; in insert()
125 nghttp2_map_entry **new_table; in resize()
134 nghttp2_map_entry *entry; in resize()
136 nghttp2_map_entry *next = entry->next; in resize()
171 nghttp2_map_entry *entry; in nghttp2_map_find()
[all …]
A Dnghttp2_map.h40 typedef struct nghttp2_map_entry { struct
41 struct nghttp2_map_entry *next; argument
47 } nghttp2_map_entry; typedef
50 nghttp2_map_entry **table;
81 int (*func)(nghttp2_map_entry *entry, void *ptr),
88 void nghttp2_map_entry_init(nghttp2_map_entry *entry, key_type key);
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);
141 int (*func)(nghttp2_map_entry *entry, void *ptr),
A Dnghttp2_stream.h138 nghttp2_map_entry map_entry;
A Dnghttp2_session.c672 static int free_streams(nghttp2_map_entry *entry, void *ptr) in free_streams()
2458 static int find_stream_on_goaway_func(nghttp2_map_entry *entry, void *ptr) in find_stream_on_goaway_func()
4305 static int update_remote_initial_window_size_func(nghttp2_map_entry *entry, in update_remote_initial_window_size_func()
4359 static int update_local_initial_window_size_func(nghttp2_map_entry *entry, in update_local_initial_window_size_func()

Completed in 16 milliseconds