OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentQuestion
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
679
if (!m->
CurrentQuestion
) { LogMsg("GenerateNegativeResponse: ERROR!!
CurrentQuestion
not set"); return; }
680
q = m->
CurrentQuestion
;
694
if (m->
CurrentQuestion
== q) { q->ThisQInterval = 0; } // Deactivate this question
872
// For a single given DNSQuestion pointed to by
CurrentQuestion
, deliver an add/remove result for the single given AuthRecord
873
// Note: All the callers should use the m->
CurrentQuestion
to see if the question is still valid or not
876
DNSQuestion *q = m->
CurrentQuestion
;
881
LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "AnswerLocalQuestionWithLocalAuthRecord: ERROR!!
CurrentQuestion
NULL while answering with " PUB_S,
913
// using m->
CurrentQuestion
914
if (followcname && m->
CurrentQuestion
== q
[
all
...]
uDNS.c
4681
// instead it is implicit that the question to be checked is m->
CurrentQuestion
.
4684
DNSQuestion *q = m->
CurrentQuestion
;
4957
// We're already using the m->
CurrentQuestion
pointer, so CacheRecordAdd can't use it to walk the question list.
4964
// MUST NOT touch m->
CurrentQuestion
(or q) after this -- client callback could have deleted it
5187
if (m->
CurrentQuestion
)
5190
"uDNS_Tasks ERROR m->
CurrentQuestion
already set: " PRI_DM_NAME " (" PRI_S ")",
5191
DM_NAME_PARAM(&m->
CurrentQuestion
->qname), DNSTypeName(m->
CurrentQuestion
->qtype));
5193
m->
CurrentQuestion
= m->Questions;
5194
while (m->
CurrentQuestion
&& m->CurrentQuestion != m->NewQuestions
[
all
...]
mDNSEmbeddedAPI.h
2434
DNSQuestion *
CurrentQuestion
; // Next question about to be examined in AnswerLocalQuestions()
/src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.c
900
// the QueryRecordOp unless m->
CurrentQuestion
still points to this DNSQuestion.
909
if (m->
CurrentQuestion
== inQuestion)
Completed in 149 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026