
Functions | |
| static int | vlclua_decode_uri (lua_State *L) |
| static int | vlclua_encode_uri_component (lua_State *L) |
| static int | vlclua_resolve_xml_special_chars (lua_State *L) |
| static int | vlclua_convert_xml_special_chars (lua_State *L) |
| void | luaopen_strings (lua_State *L) |
Variables | |
| static const luaL_Reg | vlclua_strings_reg [] |
| void luaopen_strings | ( | lua_State * | L | ) |
References vlclua_strings_reg.
Referenced by GetLuaState(), init(), Open_LuaIntf(), Open_LuaSD(), and probe_luascript().
| static int vlclua_convert_xml_special_chars | ( | lua_State * | L | ) | [static] |
References convert_xml_special_chars(), and i.
| static int vlclua_decode_uri | ( | lua_State * | L | ) | [static] |
References decode_URI(), i, and strdup().
| static int vlclua_encode_uri_component | ( | lua_State * | L | ) | [static] |
References encode_URI_component(), and i.
| static int vlclua_resolve_xml_special_chars | ( | lua_State * | L | ) | [static] |
References i, resolve_xml_special_chars(), and strdup().
const luaL_Reg vlclua_strings_reg[] [static] |
Initial value:
{
{ "decode_uri", vlclua_decode_uri },
{ "encode_uri_component", vlclua_encode_uri_component },
{ "resolve_xml_special_chars", vlclua_resolve_xml_special_chars },
{ "convert_xml_special_chars", vlclua_convert_xml_special_chars },
{ NULL, NULL }
}
Referenced by luaopen_strings().
1.5.6