Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_hd.h214 #define HD_MAP_SIZE 128 macro
217 nghttp2_hd_entry *table[HD_MAP_SIZE];
H A Dnghttp2_hd.c536 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert()
556 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find()
580 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h214 #define HD_MAP_SIZE 128 macro
217 nghttp2_hd_entry *table[HD_MAP_SIZE];
H A Dnghttp2_hd.c536 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert()
556 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find()
580 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove()

Completed in 8 milliseconds