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

  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 101 #define ANCIENT(header) \
383 * it as ancient, and the node as dirty, so it will get
458 EXISTS(header) && !ANCIENT(header))
463 EXISTS(header) && !ANCIENT(header))
533 } else if (EXISTS(header) && !ANCIENT(header)) {
879 } else if (EXISTS(header) && !ANCIENT(header)) {
1256 * ancient or it was stale and serve-stale
1264 } else if (EXISTS(header) && !ANCIENT(header)) {
1400 } else if (EXISTS(header) && !ANCIENT(header)) {
rbt-zonedb.c 81 #define ANCIENT(header) \
514 !ANCIENT(header))
573 !ANCIENT(header))
masterdump.c 78 #define ANCIENT(r) (((r)->attributes & DNS_RDATASETATTR_ANCIENT) != 0)
1128 if (ANCIENT(rds) &&
1160 } else if (ANCIENT(rds)) {
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/dhcp/bind/dist/lib/dns/
masterdump.c 93 #define ANCIENT(r) (((r)->attributes & DNS_RDATASETATTR_ANCIENT) != 0)
1093 if (ANCIENT(rds) &&
1120 } else if (ANCIENT(rds)) {
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 52 milliseconds