HomeSort by relevance Sort by last modified time
    Searched refs:luaH_free (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.h 34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
ltable.c 379 void luaH_free (lua_State *L, Table *t) {
lgc.c 675 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;
    [all...]
  /external/lua/src/
ltable.h 55 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
ltable.c 433 void luaH_free (lua_State *L, Table *t) {
lgc.c 708 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;
    [all...]

Completed in 72 milliseconds