Searched defs:lua_boxpointer (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/lua/ | ||
H A D | mod_lua.h | 103 #ifndef lua_boxpointer 104 #define lua_boxpointer(L,u) (*(void **)(lua_newuserdata(L, sizeof(void *))) = (u)) macro |
Completed in 805 milliseconds