Home
last modified time | relevance | path

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

/PHP-7.2/ext/session/
H A Dmod_mm.c86 uint32_t nmax; in hash_split() local
91 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()
92 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()
103 ps->next = nhash[ps->hv & nmax]; in hash_split()
104 nhash[ps->hv & nmax] = ps; in hash_split()
110 data->hash_max = nmax; in hash_split()

Completed in 6 milliseconds