Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c93 addbuff(buff, p, &lua_newstate); /* public function */ in makeseed()
264 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
H A Dlapi.c1317 EXPORT_SYMBOL(lua_newstate);
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.c143 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
H A Dlua.h110 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
H A Dlauxlib.c648 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY16 + user supplies memory allocator (lua_open becomes lua_newstate).
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1060 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()