Home
last modified time | relevance | path

Searched refs:luaH_new (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.h27 LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int lnhash);
H A Dlstate.c74 sethvalue(L, gt(L), luaH_new(L, 0, 2)); /* table of globals */ in f_luaopen()
75 sethvalue(L, registry(L), luaH_new(L, 0, 2)); /* registry */ in f_luaopen()
H A Dltable.c358 Table *luaH_new (lua_State *L, int narray, int nhash) { in luaH_new() function
H A Dldo.c221 htab = luaH_new(L, nvar, 1); /* create `arg' table */ in adjust_varargs()
H A Dldebug.c182 Table *t = luaH_new(L, 0, 0); in collectvalidlines()
H A Dlvm.c464 sethvalue(L, ra, luaH_new(L, luaO_fb2int(b), luaO_fb2int(c))); in luaV_execute()
H A Dlapi.c581 sethvalue(L, L->top, luaH_new(L, narray, nrec)); in lua_createtable()
H A Dlparser.c347 fs->h = luaH_new(L, 0, 0); in open_func()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.h32 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c165 Table *registry = luaH_new(L); in init_registry()
172 sethvalue(L, &mt, luaH_new(L)); in init_registry()
H A Dltable.c368 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dldebug.c216 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dlvm.c667 Table *t = luaH_new(L); in luaV_execute()
H A Dlapi.c674 t = luaH_new(L); in lua_createtable()
H A Dlparser.c545 fs->h = luaH_new(L); in open_func()