Home
last modified time | relevance | path

Searched refs:luaF_freeupval (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlfunc.h29 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
H A Dlfunc.c81 void luaF_freeupval (lua_State *L, UpVal *uv) { in luaF_freeupval() function
96 luaF_freeupval(L, uv); /* free upvalue */ in luaF_close()
H A Dlgc.c673 case LUA_TUPVAL: luaF_freeupval(L, gco2uv(o)); break; in freeobj()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlfunc.h29 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
H A Dlfunc.c89 void luaF_freeupval (lua_State *L, UpVal *uv) { in luaF_freeupval() function
104 luaF_freeupval(L, uv); /* free upvalue */ in luaF_close()
H A Dlgc.c382 case LUA_TUPVAL: luaF_freeupval(L, gco2uv(o)); break; in freeobj()