Searched refs:LLQ_TABLESIZE (Results 1 – 2 of 2) sorted by relevance
31 #define LLQ_TABLESIZE 1024 // !!!KRS make this dynamically growable macro145 …LLQEntry *LLQTable[LLQ_TABLESIZE]; // !!!KRS change this and RRTable to use a common data structu…146 AnswerListElem *AnswerTable[LLQ_TABLESIZE];
1672 int bucket = DomainNameHashValue(&e->qname) % LLQ_TABLESIZE; in DeleteLLQ()1680 if (a && !(--a->refcount) && d->AnswerTableCount >= LLQ_TABLESIZE) in DeleteLLQ()1931 for (i = 0; i < LLQ_TABLESIZE; i++) in PrintLLQAnswers()1954 for (i = 0; i < LLQ_TABLESIZE; i++) in PrintLLQTable()1990 for (i = 0; i < LLQ_TABLESIZE; i++) in GenLLQEvents()2005 for (i = 0; i < LLQ_TABLESIZE; i++) in GenLLQEvents()2016 for (i = 0; i < LLQ_TABLESIZE; i++) in GenLLQEvents()2031 for (i = 0; i < LLQ_TABLESIZE; i++) in GenLLQEvents()2060 int bucket = DomainNameHashValue(&e->qname) % LLQ_TABLESIZE; in SetAnswerList()2087 int bucket = DomainNameHashValue(qname) % LLQ_TABLESIZE; in NewLLQ()[all …]