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

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
dncache.c 45 time_t lastupdated; member in struct:metadncacheentry_t
123 if ( entry->lastupdated+cache->ttl > slap_get_time() ) {
136 * updates target and lastupdated of a struct metadncacheentry if exists,
170 entry->lastupdated = curr_time;
185 entry->lastupdated = curr_time;
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
dncache.c 45 time_t lastupdated; member in struct:metadncacheentry_t
123 if ( entry->lastupdated+cache->ttl > slap_get_time() ) {
136 * updates target and lastupdated of a struct metadncacheentry if exists,
170 entry->lastupdated = curr_time;
185 entry->lastupdated = curr_time;
200 * updates target and lastupdated of a struct metadncacheentry if exists,
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rpz.h 158 isc_time_t lastupdated; /* last time the zone was processed member in struct:dns_rpz_zone
  /src/external/mpl/dhcp/bind/dist/lib/dns/
catz.c 71 isc_time_t lastupdated; member in struct:dns_catz_zone
678 isc_time_settoepoch(&new_zone->lastupdated);
1737 result = isc_time_now(&zone->lastupdated);
1784 tdiff = isc_time_microdiff(&now, &zone->lastupdated) / 1000000;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rpz.h 154 isc_time_t lastupdated; /* last time the zone was processed member in struct:dns_rpz_zone
  /src/external/mpl/bind/dist/lib/dns/
catz.c 91 isc_time_t lastupdated; member in struct:dns_catz_zone
846 isc_time_settoepoch(&catz->lastupdated);
864 tdiff = isc_time_microdiff(&now, &catz->lastupdated) / 1000000;
2134 catz->lastupdated = isc_time_now();

Completed in 25 milliseconds