Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
Go to the source code of this file.
Macros | |
#define | LUAXML_DEBUG 0 /* set to 1 to enable debugging output */ |
#define | _EXPORT |
Functions | |
int _EXPORT | luaopen_LuaXML_lib (lua_State *L) |
#define _EXPORT |
Definition at line 20 of file LuaXML_lib.h.
#define LUAXML_DEBUG 0 /* set to 1 to enable debugging output */ |
Definition at line 5 of file LuaXML_lib.h.
Definition at line 1280 of file LuaXML_lib.c.
References funcs, lua_newtable, lua_pop, lua_pushcfunction, lua_pushinteger(), lua_pushliteral, lua_pushvalue(), lua_rawset(), LUA_REGISTRYINDEX, lua_setfield(), luaL_newlib, luaL_newmetatable(), luaL_ref(), LUAXML_META, NULL, sv_code_ref, WHITESPACE_NORMALIZE, WHITESPACE_PRESERVE, WHITESPACE_TRIM, Xml_append(), Xml_decode(), Xml_encode(), Xml_eval(), Xml_find(), Xml_iterate(), Xml_load(), Xml_match(), Xml_new(), Xml_registerCode(), Xml_str(), and Xml_tag().