Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua_cmsgpack.c913 LUALIB_API int luaopen_cmsgpack(lua_State *L) { in luaopen_cmsgpack() function
928 luaopen_cmsgpack(L); in luaopen_cmsgpack_safe()
/redis-3.2.3/src/
H A Dscripting.c817 LUALIB_API int (luaopen_cmsgpack) (lua_State *L); variable
828 luaLoadLib(lua, "cmsgpack", luaopen_cmsgpack); in luaLoadLibraries()