Searched refs:lua_boxpointer (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/lua/
H A Dmod_lua.h103 #ifndef lua_boxpointer
104 #define lua_boxpointer(L,u) (*(void **)(lua_newuserdata(L, sizeof(void *))) = (u)) macro
H A Dlua_apr.c33 lua_boxpointer(L, t);
H A Dlua_request.c2985 lua_boxpointer(L, c);
3006 lua_boxpointer(L, s);
3019 lua_boxpointer(L, r);

Completed in 33 milliseconds