Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlauxlib.h80 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
115 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
H A Dlauxlib.c618 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {