Searched refs:luaH_resizearray (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dltable.h54 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize);
H A Dltable.c387 void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize) { function
H A Dlvm.c1276 luaH_resizearray(L, h, last); /* preallocate it at once */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.h33 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize);
H A Dltable.c337 void luaH_resizearray (lua_State *L, Table *t, int nasize) { function
H A Dlvm.c888 luaH_resizearray(L, h, last); /* pre-allocate it at once */

Completed in 110 milliseconds