Searched refs:nghttp2_map_bucket (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_map.c | 55 nghttp2_map_bucket *bkt; in nghttp2_map_each_free() 72 nghttp2_map_bucket *bkt; in nghttp2_map_each() 103 nghttp2_map_bucket *bkt, size_t idx) { in distance() 107 static void map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() 122 static void map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, in map_bucket_set_data() 133 nghttp2_map_bucket *bkt; in nghttp2_map_print_distance() 151 static int insert(nghttp2_map_bucket *table, uint32_t tablelen, in insert() 156 nghttp2_map_bucket *bkt; in insert() 188 nghttp2_map_bucket *new_table; in map_resize() 189 nghttp2_map_bucket *bk in map_resize() [all...] |
H A D | nghttp2_map.h | 41 typedef struct nghttp2_map_bucket { struct 45 } nghttp2_map_bucket; typedef 48 nghttp2_map_bucket *table;
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_map.c | 55 nghttp2_map_bucket *bkt; in nghttp2_map_each_free() 72 nghttp2_map_bucket *bkt; in nghttp2_map_each() 103 nghttp2_map_bucket *bkt, size_t idx) { in distance() 107 static void map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() 122 static void map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, in map_bucket_set_data() 132 nghttp2_map_bucket *bkt; in nghttp2_map_print_distance() 149 static int insert(nghttp2_map_bucket *table, uint32_t tablelen, in insert() 154 nghttp2_map_bucket *bkt; in insert() 186 nghttp2_map_bucket *new_table; in map_resize() 187 nghttp2_map_bucket *bk in map_resize() [all...] |
H A D | nghttp2_map.h | 41 typedef struct nghttp2_map_bucket { struct 45 } nghttp2_map_bucket; typedef 48 nghttp2_map_bucket *table;
|
Completed in 2 milliseconds