Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cmsgpack.c923 LUALIB_API int luaopen_cmsgpack(lua_State *L) { in luaopen_cmsgpack() function
938 luaopen_cmsgpack(L); in luaopen_cmsgpack_safe()
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c840 LUALIB_API int (luaopen_cmsgpack) (lua_State *L); variable
851 luaLoadLib(lua, "cmsgpack", luaopen_cmsgpack); in luaLoadLibraries()