Searched defs:DNS_AS_STR (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c165 #define DNS_AS_STR(t) ((t).value.as_textregion.base) macro
925 tmp = isc_mem_strdup(lctx->mctx, DNS_AS_STR(*token));
940 source, line, DNS_AS_STR(*token));
1096 if (strcasecmp(DNS_AS_STR(token), "$ORIGIN") == 0) {
1099 } else if (strcasecmp(DNS_AS_STR(token),
1115 } else if (strcasecmp(DNS_AS_STR(token),
1142 DNS_AS_STR(token));
1180 } else if (strcasecmp(DNS_AS_STR(token),
1186 result = dns_time64_fromtext(DNS_AS_STR(token),
1212 } else if (strcasecmp(DNS_AS_STR(toke
[all...]
H A Drdata.c67 #define DNS_AS_STR(t) ((t).value.as_textregion.base) macro
701 strcmp(DNS_AS_STR(token), "\\#") == 0) {
1760 oeor = strtol(DNS_AS_STR(token), &e, 16);
1769 osum = strtol(DNS_AS_STR(token), &e, 16);
1778 orot = strtol(DNS_AS_STR(token), &e, 16);
1916 file, line, DNS_AS_STR(*token),
1969 DNS_AS_STR(*token),

Completed in 16 milliseconds