Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.h29 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c374 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c383 case LUA_TTABLE: luaH_free(L, gco2h(o)); break; in freeobj()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.h35 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c379 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c674 case LUA_TTABLE: luaH_free(L, gco2t(o)); break; in freeobj()