Searched refs:lua_newuserdata (Results 1 – 6 of 6) sorted by relevance
182 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
87 FILE **pf = (FILE **)lua_newuserdata(L, sizeof(FILE *)); in newfile()
423 lua_newuserdata(L, 0); /* create proxy */ in luaB_newproxy()
270 plib = (void **)lua_newuserdata(L, sizeof(const void *)); in ll_register()
378 cfg = lua_newuserdata(l, sizeof(*cfg)); in json_create_config()
1025 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function