Lines Matching refs:rrcache_active
3339 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerCurrentQuestionWithResourceRecord()
3744 m->rrcache_active--; in CheckCacheExpiration()
4052 if (m->rrcache_size > 5000 && m->rrcache_size / 32 > m->rrcache_active) in GetCacheEntity()
4054 m->rrcache_size, m->rrcache_active); in GetCacheEntity()
8140 if (!qptr) m->rrcache_active--; // If no longer active, decrement rrcache_active count in CacheRecordRmvEventsForCurrentQuestion()
8585 if (!q) m->rrcache_active--; // If no longer active, decrement rrcache_active count in mDNS_StopQuery_internal()
10678 m->rrcache_active = 0; in mDNS_Init()
11436 mDNSu32 rrcache_active = 0; in mDNS_FinalExit() local
11454 if (cr->CRActiveQuestion) rrcache_active++; in mDNS_FinalExit()
11461 …f("mDNS_FinalExit: RR Cache was using %ld records, %lu active", rrcache_totalused, rrcache_active); in mDNS_FinalExit()
11462 if (rrcache_active != m->rrcache_active) in mDNS_FinalExit()
11463 …sg("*** ERROR *** rrcache_active %lu != m->rrcache_active %lu", rrcache_active, m->rrcache_active); in mDNS_FinalExit()