Lines Matching +refs:val +refs:target
756 static void rdataset_clone(dns_rdataset_t *source, dns_rdataset_t *target);
3845 dns_name_t *target;
3861 target = dns_fixedname_name(&ftarget);
3872 target, NULL);
3877 target, NULL,
3918 result = dns_name_concatenate(name, origin, target, NULL);
3923 result = dns_rbt_findnode(search->rbtdb->tree, target, NULL,
4421 * target type. Remember it.
5187 * target type. Remember it.
5595 isc_uint32_t val;
5597 isc_random_get(&val);
5601 force_expire = ISC_TF(rbtnode->down == NULL && val % 4 == 0);
8909 rdataset_clone(dns_rdataset_t *source, dns_rdataset_t *target) {
8915 INSIST(!ISC_LINK_LINKED(target, link));
8916 *target = *source;
8917 ISC_LINK_INIT(target, link);
8922 target->privateuint4 = 0;
8923 target->private5 = NULL;