Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.c22 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function
70 luaS_resize(L, tb->size*2); /* too crowded */ in newlstr()
H A Dlstring.h26 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstate.c76 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
H A Dlgc.c436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()
/f-stack/freebsd/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) { in luaS_resize() function
123 luaS_resize(L, tb->size*2); /* too crowded */ in newshrstr()
H A Dlstate.c185 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
H A Dlgc.c782 luaS_resize(L, hs); /* halve its size */ in checkSizes()