Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dmod_mm.c88 php_uint32 nmax; in hash_split() local
93 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()
94 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()
105 ps->next = nhash[ps->hv & nmax]; in hash_split()
106 nhash[ps->hv & nmax] = ps; in hash_split()
112 data->hash_max = nmax; in hash_split()

Completed in 8 milliseconds