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

/bind-9.11.3/lib/dns/
H A Dmaster.c169 #define DNS_AS_STR(t) ((t).value.as_textregion.base) macro
970 tmp = isc_mem_strdup(lctx->mctx, DNS_AS_STR(*token));
985 source, line, DNS_AS_STR(*token));
1144 if (strcasecmp(DNS_AS_STR(token), "$ORIGIN") == 0) {
1147 } else if (strcasecmp(DNS_AS_STR(token),
1165 } else if (strcasecmp(DNS_AS_STR(token),
1192 DNS_AS_STR(token));
1229 } else if (strcasecmp(DNS_AS_STR(token),
1235 result = dns_time64_fromtext(DNS_AS_STR(token),
1261 } else if (strcasecmp(DNS_AS_STR(toke
[all...]
H A Drdata.c74 #define DNS_AS_STR(t) ((t).value.as_textregion.base) macro
960 strcmp(DNS_AS_STR(token), "\\#") == 0) {
2034 oeor = strtol(DNS_AS_STR(token), &e, 16);
2043 osum = strtol(DNS_AS_STR(token), &e, 16);
2052 orot = strtol(DNS_AS_STR(token), &e, 16);
2190 file, line, DNS_AS_STR(*token),
2243 DNS_AS_STR(*token),

Completed in 22 milliseconds