Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c91 #define SmallRecordLimit 1024 macro
2588 …rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly fit in the pac… in BuildQuestion()
2822 …if (rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly fit in the… in AccelerateThisQuery()
3458 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerQuestionsForDNSServerChanges()
3544 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in CacheRecordAdd()
3655 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmv()
3921 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerNewQuestion()
5881 … if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit) in ProcessQuery()
8119 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmvEventsForCurrentQuestion()