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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
time.h 44 dns_time32_fromtext(const char *source, uint32_t *target);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
time.h 45 dns_time32_fromtext(const char *source, uint32_t *target);
  /src/external/mpl/bind/dist/tests/dns/
time_test.c 52 result = dns_time32_fromtext(test_text, &when);
73 result = dns_time32_fromtext(test_text, &when);
94 result = dns_time32_fromtext(test_text, &when);
115 result = dns_time32_fromtext(test_text, &when);
136 result = dns_time32_fromtext(test_text, &when);
157 result = dns_time32_fromtext(test_text, &when);
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
keydata_65533.c 45 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &refresh));
51 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &addhd));
57 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &removehd));
rrsig_46.c 109 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
134 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
sig_24.c 91 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
99 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
keydata_65533.c 45 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &refresh));
51 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &addhd));
57 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &removehd));
sig_24.c 90 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
98 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
rrsig_46.c 108 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
133 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
  /src/external/mpl/bind/dist/lib/dns/
time.c 207 dns_time32_fromtext(const char *source, uint32_t *target) { function
skr.c 310 CHECK(dns_time32_fromtext(bundlebuf, &bundle_id));
dst_parse.c 533 CHECK(dns_time32_fromtext(DST_AS_STR(token), &when));
dst_api.c 1877 CHECK(dns_time32_fromtext(DST_AS_STR(token), &when));
view.c 2165 CHECK(dns_time32_fromtext(timestamp, &t));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
time.c 208 dns_time32_fromtext(const char *source, uint32_t *target) { function
dst_parse.c 555 ret = dns_time32_fromtext(DST_AS_STR(token), &when);
dst_api.c 1924 ret = dns_time32_fromtext(DST_AS_STR(token), &when);
view.c 2523 CHECK(dns_time32_fromtext(timestamp, &t));
  /src/external/mpl/bind/dist/bin/named/
server.c 15303 CHECK(dns_time32_fromtext(ptr, &tw));

Completed in 49 milliseconds