Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | LUAC_TAIL "\x19\x93\r\n\x1a\n" |
#define | LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(LUAC_TAIL)-sizeof(char)) |
Functions | |
LUAI_FUNC Closure * | luaU_undump (lua_State *L, ZIO *Z, Mbuffer *buff, const char *name) |
LUAI_FUNC void | luaU_header (lu_byte *h) |
LUAI_FUNC int | luaU_dump (lua_State *L, const Proto *f, lua_Writer w, void *data, int strip) |
#define LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(LUAC_TAIL)-sizeof(char)) |
Definition at line 26 of file lua-5.2.4/src/lundump.h.
#define LUAC_TAIL "\x19\x93\r\n\x1a\n" |
Definition at line 23 of file lua-5.2.4/src/lundump.h.
Referenced by 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.
Definition at line 244 of file lua-5.2.4/src/lundump.c.
References cast_byte, FORMAT, LUA_SIGNATURE, LUAC_TAIL, and VERSION.
Referenced by LoadHeader().
Definition at line 195 of file lua-5.1.5/src/lundump.c.
References incr_top, Closure::l, LoadFunction(), LoadFunction(), LoadHeader(), LoadHeader(), LUA_SIGNATURE, luaF_newLclosure(), luaF_newproto(), luai_verifycode, luaS_newliteral, name, LoadState::name, LClosure::p, S, setclLvalue, Proto::sizeupvalues, and lua_State::top.
Referenced by f_parser(), f_parser(), f_parser(), and f_parser().