Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dmod_mm.c85 ps_sd **nhash; in hash_split() local
90 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()
92 if (!nhash) { in hash_split()
101 ps->next = nhash[ps->hv & nmax]; in hash_split()
102 nhash[ps->hv & nmax] = ps; in hash_split()
107 data->hash = nhash; in hash_split()

Completed in 9 milliseconds