Searched refs:HD_MAP_SIZE (Results 1 – 2 of 2) sorted by relevance
212 #define HD_MAP_SIZE 128 macro215 nghttp2_hd_entry *table[HD_MAP_SIZE];
532 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert()553 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find()578 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove()
Completed in 6 milliseconds