Searched refs:HD_MAP_SIZE (Results 1 – 4 of 4) sorted by relevance
213 #define HD_MAP_SIZE 128 macro216 nghttp2_hd_entry *table[HD_MAP_SIZE];
531 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()