Home
last modified time | relevance | path

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

/minix3/libexec/httpd/lua/
H A Dglue.c75 httpd = lua_newuserdata(L, sizeof(*httpd)); in l_new()
97 prefs = lua_newuserdata(L, sizeof(*prefs)); in l_init_prefs()
/minix3/external/bsd/lutok/dist/
H A Dstate.cpp540 return lua_newuserdata(_pimpl->lua_state, size); in new_userdata_voidp()
671 lua_newuserdata(_pimpl->lua_state, sizeof(cxx_function))); in push_cxx_closure()
687 lua_newuserdata(_pimpl->lua_state, sizeof(cxx_function))); in push_cxx_function()
H A Dstate.ipp37 /// Wrapper around lua_newuserdata.
H A Dstate_test.cpp607 lua_newuserdata(raw(state), 1234); in ATF_TEST_CASE_BODY()
620 lua_newuserdata(raw(state), 543); in ATF_TEST_CASE_BODY()
1273 lua_newuserdata(raw(state), sizeof(int))); in ATF_TEST_CASE_BODY()
1289 lua_newuserdata(raw(state), sizeof(int))); in ATF_TEST_CASE_BODY()
/minix3/lib/lua/sqlite/
H A Dsqlite.c83 db = lua_newuserdata(L, sizeof(sqlite3 *)); in sqlite_open()
136 stmt = lua_newuserdata(L, sizeof(sqlite3_stmt *)); in db_prepare()
/minix3/lib/lua/gpio/
H A Dgpio.c72 fd = lua_newuserdata(L, sizeof(int)); in gpio_open()
/minix3/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Dglue.c106 netpgp = lua_newuserdata(L, sizeof(*netpgp)); in l_new()
/minix3/external/mit/lua/dist/src/
H A Dlua.h283 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
H A Dliolib.c184 LStream *p = (LStream *)lua_newuserdata(L, sizeof(LStream)); in newprefile()
H A Dlauxlib.c470 newbuff = (char *)lua_newuserdata(L, newsize * sizeof(char)); in luaL_prepbuffsize()
H A Dlapi.c1168 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function