Searched refs:current_entry (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c148 dns_acacheentry_t *current_entry; /* The bookmark entry to member in struct:acache_cleaner
319 if (acache->cleaner.current_entry != entry)
330 if (acache->cleaner.current_entry != entry)
558 cleaner->current_entry = NULL;
632 * parameters (except current_entry, which is locked by acache lock,)
638 INSIST(cleaner->current_entry == NULL);
649 dns_acache_attachentry(head, &cleaner->current_entry);
653 if (cleaner->current_entry != NULL) {
668 REQUIRE(DNS_ACACHEENTRY_VALID(cleaner->current_entry));
679 if (isc_refcount_current(&cleaner->current_entry
[all...]

Completed in 33 milliseconds