Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c62 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function
122 luaS_resize(L, tb->size*2); /* too crowded */ in newshrstr()
H A Dlstring.h40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstate.c184 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
H A Dlgc.c781 luaS_resize(L, hs); /* halve its size */ in checkSizes()
/freebsd/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) { in luaS_resize() function
181 luaS_resize(L, tb->size * 2); in growstrtab()
H A Dlgc.c873 luaS_resize(L, g->strt.size / 2); in checkSizes()