Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dmod_mm.c56 uint32_t hash_max; member
89 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()
97 ehash = data->hash + data->hash_max + 1; in hash_split()
108 data->hash_max = nmax; in hash_split()
127 slot = hv & data->hash_max; in ps_sd_new()
142 if (data->hash_cnt >= data->hash_max) { in ps_sd_new()
156 slot = ps_sd_hash(sd->key, strlen(sd->key)) & data->hash_max; in ps_sd_destroy()
183 slot = hv & data->hash_max; in ps_sd_lookup()
235 data->hash_max = 511; in ps_mm_initialize()
257 for (h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy()
[all …]

Completed in 6 milliseconds