Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.h212 #define HD_MAP_SIZE 128 macro
215 nghttp2_hd_entry *table[HD_MAP_SIZE];
A Dnghttp2_hd.c532 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