Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:rrcache_active

3339 		if (!rr->CRActiveQuestion) m->rrcache_active++;	// If not previously active, increment rrcache_active count
3744 m->rrcache_active--;
4052 if (m->rrcache_size > 5000 && m->rrcache_size / 32 > m->rrcache_active)
4053 LogInfo("Possible denial-of-service attack in progress: m->rrcache_size %lu; m->rrcache_active %lu",
4054 m->rrcache_size, m->rrcache_active);
8140 if (!qptr) m->rrcache_active--; // If no longer active, decrement rrcache_active count
8585 if (!q) m->rrcache_active--; // If no longer active, decrement rrcache_active count
10678 m->rrcache_active = 0;
11433 mDNSu32 rrcache_active = 0;
11451 if (cr->CRActiveQuestion) rrcache_active++;
11458 debugf("mDNS_FinalExit: RR Cache was using %ld records, %lu active", rrcache_totalused, rrcache_active);
11459 if (rrcache_active != m->rrcache_active)
11460 LogMsg("*** ERROR *** rrcache_active %lu != m->rrcache_active %lu", rrcache_active, m->rrcache_active);