Searched refs:DST_AS_STR (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c51 #define DST_AS_STR(t) ((t).value.as_textregion.base) macro
329 strcmp(DST_AS_STR(token), PRIVATE_KEY_STR) != 0)
337 (DST_AS_STR(token))[0] != 'v')
342 if (sscanf(DST_AS_STR(token), "v%d.%d", &major, &minor) != 2)
362 strcmp(DST_AS_STR(token), ALGORITHM_STR) != 0)
398 tag = find_value(DST_AS_STR(token), alg);
H A Ddst_api.c70 #define DST_AS_STR(t) ((t).value.as_textregion.base) macro
1051 if (!strcmp(DST_AS_STR(token), "@"))
1055 isc_buffer_init(&b, DST_AS_STR(token), strlen(DST_AS_STR(token)));
1056 isc_buffer_add(&b, strlen(DST_AS_STR(token)));
1083 if (strcasecmp(DST_AS_STR(token), "DNSKEY") == 0)
1085 else if (strcasecmp(DST_AS_STR(token), "KEY") == 0)

Completed in 15 milliseconds