Lines Matching refs:pmax
65 ret->pmax = MIN_NODES / 2;
216 unsigned int p, pmax, nni, j;
221 pmax = lh->pmax;
222 if (p + 1 >= pmax) {
231 lh->pmax = nni;
240 n2 = &(lh->b[p + pmax]);
261 np = lh->b[lh->p + lh->pmax - 1];
262 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */
265 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax));
272 lh->pmax /= 2;
273 lh->p = lh->pmax - 1;
300 nn = hash % lh->pmax;