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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstring.h41 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstring.c63 void luaS_resize (lua_State *L, int newsize) { function
123 luaS_resize(L, tb->size*2); /* too crowded */
H A Dlstate.c185 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
H A Dlgc.c782 luaS_resize(L, hs); /* halve its size */
/freebsd-13-stable/contrib/lua/src/
H A Dlstring.h47 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstring.c85 void luaS_resize (lua_State *L, int nsize) { function
181 luaS_resize(L, tb->size * 2);
H A Dlgc.c867 luaS_resize(L, g->strt.size / 2);

Completed in 118 milliseconds