Searched refs:lua_newuserdata (Results 1 – 4 of 4) sorted by relevance
397 nvlist_t **props = lua_newuserdata(state, sizeof (nvlist_t *)); in zcp_props_list()
229 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
408 newbuff = (char *)lua_newuserdata(L, newsize * sizeof(char)); in luaL_prepbuffsize()
1174 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function