Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_hd.h213 #define HD_MAP_SIZE 128 macro
216 nghttp2_hd_entry *table[HD_MAP_SIZE];
Dnghttp2_hd.c531 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert()
551 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find()
575 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.h213 #define HD_MAP_SIZE 128 macro
216 nghttp2_hd_entry *table[HD_MAP_SIZE];
Dnghttp2_hd.c531 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert()
551 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find()
575 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove()