Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c815 LUALIB_API int (luaopen_cjson) (lua_State *L); variable
826 luaLoadLib(lua, "cjson", luaopen_cjson); in luaLoadLibraries()
/redis-3.2.3/deps/lua/src/
H A Dlua_cjson.c1404 int luaopen_cjson(lua_State *l) in luaopen_cjson() function