Home
last modified time | relevance | path

Searched refs:CRActiveQuestion (Results 1 – 5 of 5) sorted by relevance

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/unittests/
H A Duds_daemon_ut.c30 if (cr->CRActiveQuestion) CacheActive++; in LogCacheRecords_ut()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DmDNS.c248 if (cr->CRActiveQuestion) in mDNS_ValidateLists()
3619 q = cr->CRActiveQuestion; in SendQueries()
4092 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
4308 if (!rr->CRActiveQuestion) in AnswerCurrentQuestionWithResourceRecord()
4762 DNSQuestion *q = rr->CRActiveQuestion; in CheckCacheExpiration()
8371 if (rr->CRActiveQuestion == q) in GrantCacheExtensions()
10541 cr->CRActiveQuestion = mDNSNULL; in MakeNegativeCacheRecord()
12188 if (cr->CRActiveQuestion == question) in mDNS_StopQuery_internal()
15082 if (cr->CRActiveQuestion) in uDNS_SetupDNSConfig()
15085 …ptr = GetServerForName(m, cr->resrec.name, cr->CRActiveQuestion->InterfaceID, cr->CRActiveQuestion in uDNS_SetupDNSConfig()
[all …]
H A DmDNSEmbeddedAPI.h1552 …DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can n… member
H A DDNSCommon.c3177 rr->CRActiveQuestion = mDNSNULL; in GetLargeResourceRecord()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A Duds_daemon.c5726 cr->CRActiveQuestion ? "*" : " ", in PrintOneCacheRecordToFD()
5820 if (cr->CRActiveQuestion) CacheActive++; in udsserver_info_dump_to_fd()