Home | History | Annotate | Download | only in bench

Lines Matching defs:hashmap

21 #include <isc/hashmap.h>
182 * hashmap
187 isc_hashmap_t *hashmap = NULL;
188 isc_hashmap_create(mem, 1, &hashmap);
190 return hashmap;
200 add_hashmap(void *hashmap, size_t count) {
202 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
208 get_hashmap(void *hashmap, size_t count, void **pval) {
210 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
467 { "hashmap", new_hashmap, thread_hashmap },