Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c624 hashmap_t *hh_map; member
643 if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE)) in new_hashmap()
661 assert(Hashhead.hh_map != NULL, in add_to_hashmap()
671 p = &Hashhead.hh_map[Hashhead.hh_mapC++]; in add_to_hashmap()
694 assert(Hashhead.hh_map != NULL, in find_in_hashmap()
702 for (current = Hashhead.hh_map; in find_in_hashmap()