Home
last modified time | relevance | path

Searched refs:luaL_ref (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlauxlib.h74 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
162 #define lua_ref(L,lock) ((lock) ? luaL_ref(L, LUA_REGISTRYINDEX) : \
H A Dlauxlib.c481 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function