Searched defs:victim (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dadb.c2339 dns_adbname_t *victim, *next_victim; local
2353 victim = ISC_LIST_TAIL(adb->names[bucket]);
2355 victim != NULL && victims < max_victims && scans < 10;
2356 victim = next_victim) {
2357 INSIST(!NAME_DEAD(victim));
2359 next_victim = ISC_LIST_PREV(victim, plink);
2360 (void)check_expire_name(&victim, now);
2361 if (victim == NULL) {
2366 if (!NAME_FETCH(victim) &&
2367 (overmem || victim
[all...]

Completed in 31 milliseconds