md5.c File Reference

Include dependency graph for md5.c:


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 []

Function Documentation

void luaopen_md5 ( lua_State L  ) 

static int vlclua_md5_add ( lua_State L  )  [static]

References AddMD5(), and vlclua_error.

static int vlclua_md5_create ( lua_State L  )  [static]

static int vlclua_md5_end ( lua_State L  )  [static]

References EndMD5().

static int vlclua_md5_hash ( lua_State L  )  [static]

References psz_md5_hash().


Variable Documentation

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().


Generated on Tue May 25 08:05:36 2010 for VLC by  doxygen 1.5.6