Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dmod_mm.c60 php_uint32 hash_max; member
93 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()
101 ehash = data->hash + data->hash_max + 1; in hash_split()
112 data->hash_max = nmax; in hash_split()
132 slot = hv & data->hash_max; in ps_sd_new()
147 if (data->hash_cnt >= data->hash_max) { in ps_sd_new()
161 slot = ps_sd_hash(sd->key, strlen(sd->key)) & data->hash_max; in ps_sd_destroy()
188 slot = hv & data->hash_max; in ps_sd_lookup()
240 data->hash_max = 511; in ps_mm_initialize()
262 for (h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy()
[all …]

Completed in 9 milliseconds