Searched refs:luaS_resize (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.h40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstring.c64 void luaS_resize (lua_State *L, int newsize) { function
122 luaS_resize(L, tb->size*2); /* too crowded */
H A Dlstate.c186 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
H A Dlgc.c783 luaS_resize(L, hs); /* halve its size */
/freebsd-11-stable/contrib/lua/src/
H A Dlstring.h39 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstring.c71 void luaS_resize (lua_State *L, int newsize) { function
119 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
183 luaS_resize(L, g->strt.size * 2);
H A Dlgc.c782 luaS_resize(L, g->strt.size / 2); /* shrink it a little */

Completed in 133 milliseconds