Home | History | Annotate | Download | only in bench

Lines Matching refs:fixed

41 	dns_fixedname_t fixed;
68 return dns_qpkey_fromname(key, &item[ival].fixed.name);
87 dns_name_t *name = &item[count].fixed.name; \
119 return dns_name_equal(key, &i->fixed.name);
124 unsigned long hash = dns_name_hash(&item[count].fixed.name);
127 lfht, hash, lfht_match, &item[count].fixed.name,
139 unsigned long hash = dns_name_hash(&item[count].fixed.name);
142 cds_lfht_lookup(lfht, hash, lfht_match, &item[count].fixed.name, &iter);
196 return dns_name_equal(&i->fixed.name, key);
202 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
203 &item[count].fixed.name, &item[count], NULL);
210 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
211 &item[count].fixed.name, pval);
259 isc_result_t result = isc_ht_add(ht, item[count].fixed.name.ndata,
260 item[count].fixed.name.length,
267 isc_result_t result = isc_ht_find(ht, item[count].fixed.name.ndata,
268 item[count].fixed.name.length, pval);
319 result = dns_rbt_addnode(rbt, &item[count].fixed.name, &node);
335 result = dns_rbt_findnode(rbt, &item[count].fixed.name, NULL, &node,
399 return dns_qp_getname(qp, &item[count].fixed.name, pval, NULL);
542 dns_name_t *name = dns_fixedname_initname(&item[lines].fixed);