HomeSort by: relevance | last modified time | path
    Searched refs:dns_time64_fromtext (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
time.h 36 dns_time64_fromtext(const char *source, int64_t *target);
46 * Like dns_time64_fromtext, but returns the second count modulo 2^32
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
time.h 37 dns_time64_fromtext(const char *source, int64_t *target);
47 * Like dns_time64_fromtext, but returns the second count modulo 2^32
  /src/external/mpl/bind/dist/lib/dns/
time.c 133 dns_time64_fromtext(const char *source, int64_t *target) { function
210 result = dns_time64_fromtext(source, &value64);
master.c 1260 result = dns_time64_fromtext(DNS_AS_STR(token),
  /src/external/mpl/dhcp/bind/dist/lib/dns/
time.c 134 dns_time64_fromtext(const char *source, int64_t *target) { function
211 result = dns_time64_fromtext(source, &value64);
master.c 1289 result = dns_time64_fromtext(DNS_AS_STR(token),
  /src/external/mpl/bind/dist/bin/dnssec/
dnssectool.c 326 result = dns_time64_fromtext(timestr, &val);

Completed in 31 milliseconds