Home
last modified time | relevance | path

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

/php-src/ext/session/
H A Dmod_mm.c84 ps_sd **nhash; in hash_split() local
89 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()
91 if (!nhash) { in hash_split()
100 ps->next = nhash[ps->hv & nmax]; in hash_split()
101 nhash[ps->hv & nmax] = ps; in hash_split()
106 data->hash = nhash; in hash_split()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1555 static Table*luaH_new(lua_State*L,int narray,int nhash){
1565 setnodevector(L,t,nhash);

Completed in 20 milliseconds