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

  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 105 #define ANCIENT(header) \
310 if (ANCIENT(header)) {
838 * If we are already ancient there is nothing to do.
889 * If current is nonexistent, ancient, or stale and
892 if (NONEXISTENT(current) || ANCIENT(current) ||
2122 bool ancient = ANCIENT(header); local
2141 * Mark header stale or ancient if the RRset is no longer active.
2157 * stale window. Mark ancient, i.e. ready for cleanup.
2159 ancient = true
    [all...]
qpcache.c 96 #define ANCIENT(header) \
610 * If current is nonexistent, ancient, or stale and
613 if (NONEXISTENT(current) || ANCIENT(current) ||
908 if (ANCIENT(header)) {
927 * If we are already ancient there is nothing to do.
1056 bool ancient = ANCIENT(header); local
1075 * Mark header stale or ancient if the RRset is no longer active.
1091 * stale window. Mark ancient, i.e. ready for cleanup.
1093 ancient = true
    [all...]
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 1017 bool ancient = false; local
1043 ancient = rdatastatstype_attr(type, DNS_RDATASTATSTYPE_ATTR_ANCIENT);
1048 fprintf(fp, "%20" PRIu64 " %s%s%s%s\n", val, ancient ? "~" : "",
1058 writer, "%s%s%s%s", ancient ? "~" : "",
1072 snprintf(buf, sizeof(buf), "%s%s%s%s", ancient ? "~" : "",
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 279 /*%< Ancient - awaiting cleanup. */
335 #define ANCIENT(header) \
932 if (ANCIENT(header)) {
1611 * If we are already ancient there is nothing to do.
1630 /* Increment the stats counter for the ancient RRtype. */
1653 * If the ANCIENT attribute is set (although it is very
1654 * unlikely that an RRset goes from ANCIENT to STALE), this
1655 * will decrement the ancient stale type counter, otherwise it
1689 * If current is nonexistent, ancient, or stale and
1692 if (NONEXISTENT(current) || ANCIENT(current) |
3151 bool ancient = ANCIENT(header); local
    [all...]

Completed in 35 milliseconds