Home
last modified time | relevance | path

Searched refs:luaopen_string (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlinit.c23 {LUA_STRLIBNAME, luaopen_string},
H A Dlualib.h31 LUALIB_API int (luaopen_string) (lua_State *L); variable
H A Dlstrlib.c862 LUALIB_API int luaopen_string (lua_State *L) { in luaopen_string() function
/redis-3.2.3/src/
H A Dscripting.c823 luaLoadLib(lua, LUA_STRLIBNAME, luaopen_string); in luaLoadLibraries()