Searched refs:SmallRecordLimit (Results 1 – 1 of 1) sorted by relevance
96 #define SmallRecordLimit 1024 macro2957 …rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly f… in BuildQuestion()3231 …if (rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensib… in AccelerateThisQuery()4115 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in CacheRecordAdd()4217 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmv()4625 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerNewQuestion()7298 … if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit) in ProcessQuery()11087 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmvEventsForCurrentQuestion()