Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.h32 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
H A Dltable.c303 void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) { in luaH_resize() function
338 luaH_resize(L, t, nasize, nsize); in luaH_resizearray()
357 luaH_resize(L, t, nasize, totaluse - na); in rehash()
H A Dlstate.c166 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry()
H A Dlvm.c669 luaH_resize(L, t, luaO_fb2int(b), luaO_fb2int(c)); in luaV_execute()
H A Dlapi.c679 luaH_resize(L, t, narray, nrec); in lua_createtable()
/freebsd/contrib/lua/src/
H A Dltable.h51 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned int nasize,
H A Dltable.c553 void luaH_resize (lua_State *L, Table *t, unsigned int newasize, in luaH_resize() function
592 luaH_resize(L, t, nasize, nsize); in luaH_resizearray()
616 luaH_resize(L, t, asize, totaluse - na); in rehash()
H A Dlstate.c220 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry()
H A Dlapi.c769 luaH_resize(L, t, narray, nrec); in lua_createtable()
H A Dlvm.c1382 luaH_resize(L, t, c, b); /* idem */ in luaV_execute()