Searched refs:rrcache_active (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 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() [all …]
|
D | mDNSEmbeddedAPI.h | 1859 …mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer ac… member
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 4361 if (m->rrcache_active != CacheActive) in udsserver_info() 4362 …LogMsgNoIdent("Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, Cach… in udsserver_info()
|