Lines Matching refs:tname
539 dns_name_t tname; in dns_ncache_getrdataset() local
558 dns_name_init(&tname, NULL); in dns_ncache_getrdataset()
560 dns_name_fromregion(&tname, &remaining); in dns_ncache_getrdataset()
561 INSIST(remaining.length >= tname.length); in dns_ncache_getrdataset()
562 isc_buffer_forward(&source, tname.length); in dns_ncache_getrdataset()
563 remaining.length -= tname.length; in dns_ncache_getrdataset()
568 if (ttype == type && dns_name_equal(&tname, name)) { in dns_ncache_getrdataset()
610 dns_name_t tname; in dns_ncache_getsigrdataset() local
635 dns_name_init(&tname, NULL); in dns_ncache_getsigrdataset()
637 dns_name_fromregion(&tname, &remaining); in dns_ncache_getsigrdataset()
638 INSIST(remaining.length >= tname.length); in dns_ncache_getsigrdataset()
639 isc_buffer_forward(&source, tname.length); in dns_ncache_getsigrdataset()
640 isc_region_consume(&remaining, tname.length); in dns_ncache_getsigrdataset()
647 !dns_name_equal(&tname, name)) in dns_ncache_getsigrdataset()
715 dns_name_t tname; in dns_ncache_current() local
731 dns_name_init(&tname, NULL); in dns_ncache_current()