
Data Structures | |
| struct | services_discovery_sys_t |
Functions | |
| static void * | Run (void *) |
| int | Open_LuaSD (vlc_object_t *p_this) |
| void | Close_LuaSD (vlc_object_t *p_this) |
Variables | |
| static const char *const | ppsz_sd_options [] = { "sd", "longname", NULL } |
| static const luaL_Reg | p_reg [] = { { NULL, NULL } } |
| void Close_LuaSD | ( | vlc_object_t * | p_this | ) |
| int Open_LuaSD | ( | vlc_object_t * | p_this | ) |
References config_ChainParse, services_discovery_sys_t::L, luaopen_gettext(), luaopen_input(), luaopen_md5(), luaopen_misc(), luaopen_msg(), luaopen_net(), luaopen_object(), luaopen_sd(), luaopen_stream(), luaopen_strings(), luaopen_variables(), luaopen_xml(), msg_Err, msg_Warn, services_discovery_t::p_cfg, p_reg, services_discovery_t::p_sys, p_sys, ppsz_sd_options, services_discovery_sys_t::psz_filename, services_discovery_t::psz_name, psz_name, Run(), strdup(), services_discovery_sys_t::thread, var_CreateGetString, vlc_clone(), VLC_EGENERIC, VLC_ENOMEM, VLC_SUCCESS, VLC_THREAD_PRIORITY_LOW, vlclua_add_modules_path, vlclua_find_file(), and vlclua_set_this.
| static void * Run | ( | void * | data | ) | [static] |
const luaL_Reg p_reg[] = { { NULL, NULL } } [static] |
const char* const ppsz_sd_options[] = { "sd", "longname", NULL } [static] |
Referenced by Open_LuaSD().
1.5.6