Lines Matching defs:rdclass
46 #define FROMTEXTARGS "rdclass, type, lexer, origin, options, target, callbacks"
47 #define FROMTEXTCLASS "rdclass"
52 #define TOTEXTCLASS "rdata->rdclass"
56 #define FROMWIREARGS "rdclass, type, source, dctx, target"
57 #define FROMWIRECLASS "rdclass"
62 #define TOWIRECLASS "rdata->rdclass"
66 #define FROMSTRUCTARGS "rdclass, type, source, target"
67 #define FROMSTRUCTCLASS "rdclass"
72 #define TOSTRUCTCLASS "rdata->rdclass"
77 #define FREESTRUCTCLASS "common->rdclass"
82 #define COMPARECLASS "rdata1->rdclass"
87 #define ADDITIONALDATACLASS "rdata->rdclass"
92 #define DIGESTCLASS "rdata->rdclass"
96 #define CHECKOWNERARGS "name, rdclass, type, wildcard"
97 #define CHECKOWNERCLASS "rdclass"
102 #define CHECKNAMESCLASS "rdata->rdclass"
140 uint16_t rdclass;
146 uint16_t rdclass;
312 if (tt->rdclass && tt->type != lasttype) {
317 if (tt->rdclass == 0) {
323 tt->rdclass, result, function,
434 add(unsigned int rdclass, const char *classbuf, int type, const char *typebuf,
453 newtt->rdclass = rdclass;
476 while ((tt != NULL) && (tt->type == type) && (tt->rdclass < rdclass)) {
482 INSIST(tt == NULL || tt->type != type || tt->rdclass != rdclass);
494 if (rdclass == 0) {
503 newcc->rdclass = rdclass;
509 while ((cc != NULL) && (cc->rdclass < rdclass)) {
514 if ((cc != NULL) && cc->rdclass == rdclass) {
528 sd(unsigned int rdclass, const char *classbuf, const char *dirbuf,
561 add(rdclass, classbuf, type, typebuf, dirbuf);
577 unsigned int rdclass;
668 if (sscanf(dir.filename, TYPECLASSFMT, classbuf, &rdclass) != 2)
679 classbuf, rdclass);
684 if (rdclass > 65535) {
689 sd(rdclass, classbuf, buf, filetype);
982 if (cc->rdclass == 3) {
984 } else if (cc->rdclass == 255) {
987 PRINTCLASS(cc->classbuf, cc->rdclass);