HomeSort by: relevance | last modified time | path
    Searched defs:oldttl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/services/
localzone.c 402 time_t* oldttl = pd->rr_ttl; local
422 memcpy(pd->rr_ttl+1, oldttl,
1423 time_t* oldttl = d->rr_ttl; local
1440 memmove(d->rr_ttl, oldttl, d->count*sizeof(time_t));
  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 324 dns_ttl_t oldttl = header->ttl; local
335 if (header->heap == NULL || header->heap_index == 0 || newttl == oldttl)
340 if (newttl < oldttl) {
qpcache.c 950 dns_ttl_t oldttl = header->ttl; local
961 if (header->heap == NULL || header->heap_index == 0 || newttl == oldttl)
966 if (newttl < oldttl) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 948 dns_ttl_t oldttl; local
955 oldttl = header->rdh_ttl;
963 if (header->heap_index == 0 || newttl == oldttl) {
972 if (newttl < oldttl) {

Completed in 53 milliseconds