Searched refs:lua_newuserdata (Results 1 – 11 of 11) sorted by relevance
| /minix3/libexec/httpd/lua/ |
| H A D | glue.c | 75 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 D | state.cpp | 540 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 D | state.ipp | 37 /// Wrapper around lua_newuserdata.
|
| H A D | state_test.cpp | 607 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 D | sqlite.c | 83 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 D | gpio.c | 72 fd = lua_newuserdata(L, sizeof(int)); in gpio_open()
|
| /minix3/crypto/external/bsd/netpgp/dist/bindings/lua/ |
| H A D | glue.c | 106 netpgp = lua_newuserdata(L, sizeof(*netpgp)); in l_new()
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lua.h | 283 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
|
| H A D | liolib.c | 184 LStream *p = (LStream *)lua_newuserdata(L, sizeof(LStream)); in newprefile()
|
| H A D | lauxlib.c | 470 newbuff = (char *)lua_newuserdata(L, newsize * sizeof(char)); in luaL_prepbuffsize()
|
| H A D | lapi.c | 1168 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function
|