Searched refs:lua_topointer (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/deps/lua/etc/ |
| H A D | min.c | 26 printf("%s:%p",luaL_typename(L,i),lua_topointer(L,i)); in print()
|
| /redis-3.2.3/deps/lua/src/ |
| H A D | lua.h | 154 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
|
| H A D | lbaselib.c | 414 lua_pushfstring(L, "%s: %p", luaL_typename(L, 1), lua_topointer(L, 1)); in luaB_tostring()
|
| H A D | lapi.c | 401 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function
|
| /redis-3.2.3/src/ |
| H A D | scripting.c | 1921 const void *p = lua_topointer(lua,idx); in ldbCatStackValueRec()
|