Home
last modified time | relevance | path

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

/php-src/ext/session/
H A Dmod_mm.c54 uint32_t hash_max; member
88 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()
96 ehash = data->hash + data->hash_max + 1; in hash_split()
107 data->hash_max = nmax; in hash_split()
123 slot = hv & data->hash_max; in ps_sd_new()
138 if (data->hash_cnt >= data->hash_max) { in ps_sd_new()
152 slot = ps_sd_hash(sd->key) & data->hash_max; in ps_sd_destroy()
180 slot = hv & data->hash_max; in ps_sd_lookup()
232 data->hash_max = 511; in ps_mm_initialize()
253 for (int h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy()
[all …]

Completed in 6 milliseconds