Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNS.c154 #define SmallRecordLimit 1024 macro
3821 …cr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly f… in BuildQuestion()
4194 …if (cr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensi… in AccelerateThisQuery()
5597 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in CacheRecordAdd()
5701 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmv()
6184 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerNewQuestion()
9270 … if (SameNameCacheRecordAnswersQuestion(cr, &pktq) && cr->resrec.rdlength <= SmallRecordLimit) in ProcessQuery()
14582 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmvEventsForCurrentQuestion()