OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnswerNewQuestion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
954
// stopping if it reaches a NewQuestion -- brand-new questions are handled by
AnswerNewQuestion
().
4568
// We don't need to consider NewQuestions here because for those we'll set m->NextScheduledQuery in
AnswerNewQuestion
5564
// counters here we'll end up double-incrementing them when we do it again in
AnswerNewQuestion
().
6066
mDNSlocal void
AnswerNewQuestion
(mDNS *const m)
6075
verbosedebugf("
AnswerNewQuestion
: Answering %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
6078
if (m->NewQuestions != q) { LogInfo("
AnswerNewQuestion
: Question deleted while doing CheckCacheExpiration"); goto exit; }
6097
if (m->lock_rrcache) LogMsg("
AnswerNewQuestion
ERROR! Cache already locked!");
6104
LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "[R%d->Q%d]
AnswerNewQuestion
ERROR m->CurrentQuestion already set: " PRI_DM_NAME " (" PUB_S ")",
6112
LogInfo("
AnswerNewQuestion
: Question deleted while generating NoAnswer_Fail response");
6247
if (m->CurrentQuestion != q) { debugf("
AnswerNewQuestion
: Question deleted while giving cache answers"); goto exit;
[
all
...]
mDNS.c
954
// stopping if it reaches a NewQuestion -- brand-new questions are handled by
AnswerNewQuestion
().
4568
// We don't need to consider NewQuestions here because for those we'll set m->NextScheduledQuery in
AnswerNewQuestion
5564
// counters here we'll end up double-incrementing them when we do it again in
AnswerNewQuestion
().
6066
mDNSlocal void
AnswerNewQuestion
(mDNS *const m)
6075
verbosedebugf("
AnswerNewQuestion
: Answering %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
6078
if (m->NewQuestions != q) { LogInfo("
AnswerNewQuestion
: Question deleted while doing CheckCacheExpiration"); goto exit; }
6097
if (m->lock_rrcache) LogMsg("
AnswerNewQuestion
ERROR! Cache already locked!");
6104
LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "[R%d->Q%d]
AnswerNewQuestion
ERROR m->CurrentQuestion already set: " PRI_DM_NAME " (" PUB_S ")",
6112
LogInfo("
AnswerNewQuestion
: Question deleted while generating NoAnswer_Fail response");
6247
if (m->CurrentQuestion != q) { debugf("
AnswerNewQuestion
: Question deleted while giving cache answers"); goto exit;
[
all
...]
Completed in 46 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026