Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#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 |
Definition at line 31 of file lua-5.1.5/src/lundump.h.
Referenced by checkHeader(), checkHeader(), DumpHeader(), dumpHeader(), and luaU_header().
#define LUAC_HEADERSIZE 12 |
Definition at line 34 of file lua-5.1.5/src/lundump.h.
Referenced by DumpHeader(), DumpHeader(), LoadHeader(), and LoadHeader().
#define LUAC_VERSION 0x51 |
Definition at line 28 of file lua-5.1.5/src/lundump.h.
Referenced by checkHeader(), checkHeader(), DumpHeader(), dumpHeader(), and luaU_header().
LUAI_FUNC int luaU_dump | ( | lua_State * | L, |
const Proto * | f, | ||
lua_Writer | w, | ||
void * | data, | ||
int | strip ) |
Definition at line 153 of file lua-5.1.5/src/ldump.c.
LUAI_FUNC void luaU_header | ( | char * | h | ) |
Definition at line 214 of file lua-5.1.5/src/lundump.c.
References LUA_SIGNATURE, LUAC_FORMAT, and LUAC_VERSION.
Referenced by DumpHeader(), DumpHeader(), and LoadHeader().
Definition at line 195 of file lua-5.1.5/src/lundump.c.