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

/bind-9.11.3/lib/dns/
H A Ddst_parse.c50 #define DST_AS_STR(t) ((t).value.as_textregion.base) macro
500 strcmp(DST_AS_STR(token), PRIVATE_KEY_STR) != 0)
508 (DST_AS_STR(token))[0] != 'v')
513 if (sscanf(DST_AS_STR(token), "v%d.%d", &major, &minor) != 2)
536 strcmp(DST_AS_STR(token), ALGORITHM_STR) != 0)
571 if (strcmp(DST_AS_STR(token), "External:") == 0) {
577 tag = find_numericdata(DST_AS_STR(token));
592 tag = find_timedata(DST_AS_STR(token));
602 ret = dns_time32_fromtext(DST_AS_STR(token), &when);
612 tag = find_value(DST_AS_STR(toke
[all...]
H A Ddst_api.c69 #define DST_AS_STR(t) ((t).value.as_textregion.base) macro
1565 if (!strcmp(DST_AS_STR(token), "@"))
1569 isc_buffer_init(&b, DST_AS_STR(token), strlen(DST_AS_STR(token)));
1570 isc_buffer_add(&b, strlen(DST_AS_STR(token)));
1597 if (strcasecmp(DST_AS_STR(token), "DNSKEY") == 0)
1599 else if (strcasecmp(DST_AS_STR(token), "KEY") == 0)

Completed in 16 milliseconds