Lines Matching defs:tr
581 isc_textregion_t tr;
584 tr.base = typetext;
585 tr.length = strlen(typetext);
586 result = dns_rdatatype_fromtext(&rdtype, &tr);
598 isc_textregion_t tr;
601 tr.base = typetext;
602 tr.length = strlen(typetext);
603 result = dns_rdataclass_fromtext(&rdclass, &tr);
759 isc_textregion_t tr;
768 tr.base = deftype;
769 tr.length = strlen(deftype);
770 result = dns_rdatatype_fromtext(&rdtype, &tr);
775 tr.base = defclass;
776 tr.length = strlen(defclass);
777 result = dns_rdataclass_fromtext(&rdclass, &tr);