Home
last modified time | relevance | path

Searched refs:lua_topointer (Results 1 – 5 of 5) sorted by relevance

/redis-3.2.3/deps/lua/etc/
H A Dmin.c26 printf("%s:%p",luaL_typename(L,i),lua_topointer(L,i)); in print()
/redis-3.2.3/deps/lua/src/
H A Dlua.h154 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
H A Dlbaselib.c414 lua_pushfstring(L, "%s: %p", luaL_typename(L, 1), lua_topointer(L, 1)); in luaB_tostring()
H A Dlapi.c401 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function
/redis-3.2.3/src/
H A Dscripting.c1921 const void *p = lua_topointer(lua,idx); in ldbCatStackValueRec()