Home
last modified time | relevance | path

Searched refs:LUALIB_API (Results 1 – 17 of 17) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlauxlib.h19 LUALIB_API int (luaL_getn) (lua_State *L, int t);
20 LUALIB_API void (luaL_setn) (lua_State *L, int t, int n);
42 LUALIB_API void (luaI_openlib) (lua_State *L, const char *libname,
63 LUALIB_API void (luaL_checkany) (lua_State *L, int narg);
68 LUALIB_API void (luaL_where) (lua_State *L, int lvl);
74 LUALIB_API int (luaL_ref) (lua_State *L, int t);
75 LUALIB_API void (luaL_unref) (lua_State *L, int t, int ref);
82 LUALIB_API lua_State *(luaL_newstate) (void);
146 LUALIB_API char *(luaL_prepbuffer) (luaL_Buffer *B);
149 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B);
[all …]
H A Dlualib.h19 LUALIB_API int (luaopen_base) (lua_State *L);
22 LUALIB_API int (luaopen_table) (lua_State *L);
25 LUALIB_API int (luaopen_io) (lua_State *L);
28 LUALIB_API int (luaopen_os) (lua_State *L);
31 LUALIB_API int (luaopen_string) (lua_State *L);
34 LUALIB_API int (luaopen_math) (lua_State *L);
37 LUALIB_API int (luaopen_debug) (lua_State *L);
40 LUALIB_API int (luaopen_package) (lua_State *L);
44 LUALIB_API void (luaL_openlibs) (lua_State *L);
H A Dlauxlib.c73 LUALIB_API void luaL_where (lua_State *L, int level) { in luaL_where()
86 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error()
152 LUALIB_API void luaL_checkany (lua_State *L, int narg) { in luaL_checkany()
302 LUALIB_API void luaL_setn (lua_State *L, int t, int n) { in luaL_setn()
321 LUALIB_API int luaL_getn (lua_State *L, int t) { in luaL_getn()
429 LUALIB_API char *luaL_prepbuffer (luaL_Buffer *B) { in luaL_prepbuffer()
447 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult()
454 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue()
481 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref()
504 LUALIB_API void luaL_unref (lua_State *L, int t, int ref) { in luaL_unref()
[all …]
H A Dlinit.c30 LUALIB_API void luaL_openlibs (lua_State *L) { in luaL_openlibs()
H A Dlua_struct.c393 LUALIB_API int luaopen_struct (lua_State *L);
395 LUALIB_API int luaopen_struct (lua_State *L) { in luaopen_struct()
H A Dlua_bit.c163 LUALIB_API int luaopen_bit(lua_State *L) in luaopen_bit()
H A Dlmathlib.c251 LUALIB_API int luaopen_math (lua_State *L) { in luaopen_math()
H A Dloslib.c239 LUALIB_API int luaopen_os (lua_State *L) { in luaopen_os()
H A Dltablib.c283 LUALIB_API int luaopen_table (lua_State *L) { in luaopen_table()
H A Dluaconf.h169 #define LUALIB_API LUA_API macro
H A Dlua_cmsgpack.c913 LUALIB_API int luaopen_cmsgpack(lua_State *L) { in luaopen_cmsgpack()
925 LUALIB_API int luaopen_cmsgpack_safe(lua_State *L) { in luaopen_cmsgpack_safe()
H A Dldblib.c394 LUALIB_API int luaopen_debug (lua_State *L) { in luaopen_debug()
H A Dliolib.c537 LUALIB_API int luaopen_io (lua_State *L) { in luaopen_io()
H A Dlbaselib.c648 LUALIB_API int luaopen_base (lua_State *L) { in luaopen_base()
H A Dloadlib.c627 LUALIB_API int luaopen_package (lua_State *L) { in luaopen_package()
H A Dlstrlib.c862 LUALIB_API int luaopen_string (lua_State *L) { in luaopen_string()
/redis-3.2.3/src/
H A Dscripting.c815 LUALIB_API int (luaopen_cjson) (lua_State *L);
816 LUALIB_API int (luaopen_struct) (lua_State *L);
817 LUALIB_API int (luaopen_cmsgpack) (lua_State *L);
818 LUALIB_API int (luaopen_bit) (lua_State *L);