Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dldblib.c210 lua_pushlightuserdata(L, (void *)&KEY_HOOK); in hookf()
212 lua_pushlightuserdata(L, L); in hookf()
246 lua_pushlightuserdata(L, (void *)&KEY_HOOK); in gethooktable()
251 lua_pushlightuserdata(L, (void *)&KEY_HOOK); in gethooktable()
273 lua_pushlightuserdata(L, L1); in db_sethook()
292 lua_pushlightuserdata(L, L1); in db_gethook()
H A Dlua.h170 LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p); variable
H A Dlua_cjson.c1246 lua_pushlightuserdata(l, NULL); in json_process_value()
1371 lua_pushlightuserdata(l, NULL); in lua_cjson_new()
H A Dloadlib.c481 lua_pushlightuserdata(L, sentinel); in ll_require()
H A Dlapi.c511 LUA_API void lua_pushlightuserdata (lua_State *L, void *p) { in lua_pushlightuserdata() function