Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dhash.c133 if (chainlen > t->maxchain) in HashTable_Find()
134 t->maxchain = chainlen; in HashTable_Find()
152 t->maxchain = 0; in HashTable_Init()
241 (void *)t, t->bucketsSize, t->numEntries, t->maxchain); in HashTable_Enlarge()
242 t->maxchain = 0; in HashTable_Enlarge()
332 name, t->bucketsSize, t->numEntries, t->maxchain); in HashTable_DebugStats()
H A Dhash.h96 unsigned int maxchain; /* max length of chain detected */ member
/freebsd-14.2/contrib/unbound/services/
H A Dauthzone.c3185 int maxchain = 0; in follow_cname_chain() local
3187 while(maxchain++ < MAX_CNAME_CHAIN) { in follow_cname_chain()