Home
last modified time | relevance | path

Searched refs:lua_newuserdata (Results 1 – 6 of 6) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.h182 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
H A Dliolib.c87 FILE **pf = (FILE **)lua_newuserdata(L, sizeof(FILE *)); in newfile()
H A Dlbaselib.c423 lua_newuserdata(L, 0); /* create proxy */ in luaB_newproxy()
H A Dloadlib.c270 plib = (void **)lua_newuserdata(L, sizeof(const void *)); in ll_register()
H A Dlua_cjson.c378 cfg = lua_newuserdata(l, sizeof(*cfg)); in json_create_config()
H A Dlapi.c1025 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function