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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.h33 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
H A Dltable.c304 void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) { function
339 luaH_resize(L, t, nasize, nsize);
358 luaH_resize(L, t, nasize, totaluse - na);
H A Dlstate.c167 luaH_resize(L, registry, LUA_RIDX_LAST, 0);
H A Dlvm.c670 luaH_resize(L, t, luaO_fb2int(b), luaO_fb2int(c));
H A Dlapi.c678 luaH_resize(L, t, narray, nrec);
/freebsd-13-stable/contrib/lua/src/
H A Dltable.h47 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned int nasize,
H A Dltable.c523 void luaH_resize (lua_State *L, Table *t, unsigned int newasize, function
562 luaH_resize(L, t, nasize, nsize);
586 luaH_resize(L, t, asize, totaluse - na);
H A Dlstate.c220 luaH_resize(L, registry, LUA_RIDX_LAST, 0);
H A Dlapi.c735 luaH_resize(L, t, narray, nrec);
H A Dlvm.c1339 luaH_resize(L, t, c, b); /* idem */

Completed in 161 milliseconds