Home
last modified time | relevance | path

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

/PHP-7.1/ext/session/
H A Dmod_mm.c58 uint32_t hash_max; member
91 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()
99 ehash = data->hash + data->hash_max + 1; in hash_split()
110 data->hash_max = nmax; in hash_split()
129 slot = hv & data->hash_max; in ps_sd_new()
144 if (data->hash_cnt >= data->hash_max) { in ps_sd_new()
158 slot = ps_sd_hash(sd->key, strlen(sd->key)) & data->hash_max; in ps_sd_destroy()
185 slot = hv & data->hash_max; in ps_sd_lookup()
237 data->hash_max = 511; in ps_mm_initialize()
259 for (h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy()
[all …]

Completed in 4 milliseconds