Home
last modified time | relevance | path

Searched refs:pmax (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/lhash/
H A Dlhash.c75 ret->pmax = MIN_NODES / 2; in OPENSSL_LH_new()
246 unsigned int p, pmax, nni, j; in expand() local
251 pmax = lh->pmax; in expand()
252 if (p + 1 >= pmax) { in expand()
261 lh->pmax = nni; in expand()
270 n2 = &(lh->b[p + pmax]); in expand()
291 np = lh->b[lh->p + lh->pmax - 1]; in contract()
292 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ in contract()
303 lh->pmax /= 2; in contract()
304 lh->p = lh->pmax - 1; in contract()
[all …]
H A Dlhash_local.h30 unsigned int pmax; member

Completed in 9 milliseconds