Searched refs:CPMHSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/sendmail/src/
H A Dratectrl.h72 #ifndef CPMHSIZE
73 # define CPMHSIZE 1024 macro
76 #define CPMHMASK (CPMHSIZE-1)
H A Dratectrl.c132 static CHash_T CHashAry[CPMHSIZE];
552 for (i = 0; i < CPMHSIZE; i++)
H A Dqueue.c246 # define OCC_SIZE (sizeof(CHash_T) * CPMHSIZE)

Completed in 87 milliseconds