stream.c File Reference

Include dependency graph for stream.c:


Functions

static int vlclua_stream_read (lua_State *)
static int vlclua_stream_readline (lua_State *)
static int vlclua_stream_delete (lua_State *)
static int vlclua_stream_add_filter (lua_State *L)
static int vlclua_stream_new_inner (lua_State *L, stream_t *p_stream)
static int vlclua_stream_new (lua_State *L)
static int vlclua_memory_stream_new (lua_State *L)
void luaopen_stream (lua_State *L)

Variables

static const luaL_Reg vlclua_stream_reg []

Function Documentation

void luaopen_stream ( lua_State L  ) 

static int vlclua_memory_stream_new ( lua_State L  )  [static]

static int vlclua_stream_add_filter ( lua_State L  )  [static]

static int vlclua_stream_delete ( lua_State L  )  [static]

References stream_Delete().

Referenced by vlclua_stream_new_inner().

static int vlclua_stream_new ( lua_State L  )  [static]

static int vlclua_stream_new_inner ( lua_State L,
stream_t p_stream 
) [static]

static int vlclua_stream_read ( lua_State L  )  [static]

References stream_Read(), and vlclua_error.

static int vlclua_stream_readline ( lua_State L  )  [static]

References stream_ReadLine().


Variable Documentation

const luaL_Reg vlclua_stream_reg[] [static]

Initial value:

 {
    { "read", vlclua_stream_read },
    { "readline", vlclua_stream_readline },
    { "addfilter", vlclua_stream_add_filter },
    { NULL, NULL }
}

Referenced by vlclua_stream_new_inner().


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