
Functions | |
| static int | vlclua_md5_create (lua_State *) |
| static int | vlclua_md5_add (lua_State *) |
| static int | vlclua_md5_end (lua_State *) |
| static int | vlclua_md5_hash (lua_State *) |
| void | luaopen_md5 (lua_State *L) |
Variables | |
| static const luaL_Reg | vlclua_md5_reg [] |
| void luaopen_md5 | ( | lua_State * | L | ) |
References vlclua_md5_create().
Referenced by GetLuaState(), init(), Open_LuaIntf(), Open_LuaSD(), and probe_luascript().
| static int vlclua_md5_add | ( | lua_State * | L | ) | [static] |
References AddMD5(), and vlclua_error.
| static int vlclua_md5_create | ( | lua_State * | L | ) | [static] |
References AddMD5(), EndMD5(), InitMD5(), psz_md5_hash(), and vlclua_md5_reg.
Referenced by luaopen_md5().
| static int vlclua_md5_hash | ( | lua_State * | L | ) | [static] |
References psz_md5_hash().
const luaL_Reg vlclua_md5_reg[] [static] |
Initial value:
{
{ "add", vlclua_md5_add },
{ "end", vlclua_md5_end },
{ "end_", vlclua_md5_end },
{ "hash", vlclua_md5_hash },
{ NULL, NULL }
}
Referenced by vlclua_md5_create().
1.5.6