Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dltable.h34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c378 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c673 case LUA_TTABLE: luaH_free(L, gco2t(o)); break; in freeobj()
/freebsd-14.2/contrib/lua/src/
H A Dltable.h54 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c638 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c789 luaH_free(L, gco2t(o)); in freeobj()