#include "lobject.h"#include "lzio.h"Go to the source code of this file.
Defines | |
| #define | LUAC_VERSION 0x51 |
| #define | LUAC_FORMAT 0 |
| #define | LUAC_HEADERSIZE 12 |
Functions | |
| LUAI_FUNC Proto * | luaU_undump (lua_State *L, ZIO *Z, Mbuffer *buff, const char *name) |
| LUAI_FUNC void | luaU_header (char *h) |
| LUAI_FUNC int | luaU_dump (lua_State *L, const Proto *f, lua_Writer w, void *data, int strip) |
| #define LUAC_FORMAT 0 |
| #define LUAC_HEADERSIZE 12 |
| #define LUAC_VERSION 0x51 |
| LUAI_FUNC int luaU_dump | ( | lua_State * | L, | |
| const Proto * | f, | |||
| lua_Writer | w, | |||
| void * | data, | |||
| int | strip | |||
| ) |
Definition at line 153 of file ldump.cpp.
References DumpState::data, DumpFunction(), DumpHeader(), DumpState::L, NULL, DumpState::status, DumpState::strip, and DumpState::writer.
| LUAI_FUNC void luaU_header | ( | char * | h | ) |
Definition at line 210 of file lundump.cpp.
References LUA_SIGNATURE, LUAC_FORMAT, and LUAC_VERSION.
Definition at line 191 of file lundump.cpp.
References LoadState::b, LoadState::L, LoadFunction(), LoadHeader(), LUA_SIGNATURE, luaS_newliteral, LoadState::name, S, and LoadState::Z.
1.5.3