Searched refs:luaU_undump (Results 1 – 3 of 3) sorted by relevance
14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump() function
647 cl = luaU_undump(L, p->z, &p->buff, p->name); in f_parser()