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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.c97 isc_uint64_t u64; local
99 u64 = u = strtoul(DNS_AS_STR(token), &end, 10);
102 if (u64 > 0xffffffffUL)
118 isc_uint64_t u64; local
120 u64 = u = strtoul(DNS_AS_STR(token), &end, 10);
123 if (u64 > 0xffffffffUL)

Completed in 9 milliseconds