Searched refs:lua_pushlightuserdata (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldblib.c | 210 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 D | lua.h | 170 LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p); variable
|
| H A D | lua_cjson.c | 1246 lua_pushlightuserdata(l, NULL); in json_process_value() 1371 lua_pushlightuserdata(l, NULL); in lua_cjson_new()
|
| H A D | loadlib.c | 481 lua_pushlightuserdata(L, sentinel); in ll_require()
|
| H A D | lapi.c | 511 LUA_API void lua_pushlightuserdata (lua_State *L, void *p) { in lua_pushlightuserdata() function
|