Lines Matching defs:lua

127 char *redisProtocolToLuaType(lua_State *lua, char* reply) {  in redisProtocolToLuaType()
140 char *redisProtocolToLuaType_Int(lua_State *lua, char *reply) { in redisProtocolToLuaType_Int()
149 char *redisProtocolToLuaType_Bulk(lua_State *lua, char *reply) { in redisProtocolToLuaType_Bulk()
163 char *redisProtocolToLuaType_Status(lua_State *lua, char *reply) { in redisProtocolToLuaType_Status()
173 char *redisProtocolToLuaType_Error(lua_State *lua, char *reply) { in redisProtocolToLuaType_Error()
183 char *redisProtocolToLuaType_MultiBulk(lua_State *lua, char *reply) { in redisProtocolToLuaType_MultiBulk()
208 void luaPushError(lua_State *lua, char *error) { in luaPushError()
236 int luaRaiseError(lua_State *lua) { in luaRaiseError()
248 void luaSortArray(lua_State *lua) { in luaSortArray()
277 void luaReplyToRedisReply(client *c, lua_State *lua) { in luaReplyToRedisReply()
348 int luaRedisGenericCommand(lua_State *lua, int raise_error) { in luaRedisGenericCommand()
657 int luaRedisCallCommand(lua_State *lua) { in luaRedisCallCommand()
662 int luaRedisPCallCommand(lua_State *lua) { in luaRedisPCallCommand()
668 int luaRedisSha1hexCommand(lua_State *lua) { in luaRedisSha1hexCommand()
692 int luaRedisReturnSingleFieldTable(lua_State *lua, char *field) { in luaRedisReturnSingleFieldTable()
706 int luaRedisErrorReplyCommand(lua_State *lua) { in luaRedisErrorReplyCommand()
711 int luaRedisStatusReplyCommand(lua_State *lua) { in luaRedisStatusReplyCommand()
721 int luaRedisReplicateCommandsCommand(lua_State *lua) { in luaRedisReplicateCommandsCommand()
740 int luaRedisBreakpointCommand(lua_State *lua) { in luaRedisBreakpointCommand()
755 int luaRedisDebugCommand(lua_State *lua) { in luaRedisDebugCommand()
771 int luaRedisSetReplCommand(lua_State *lua) { in luaRedisSetReplCommand()
793 int luaLogCommand(lua_State *lua) { in luaLogCommand()
832 void luaLoadLib(lua_State *lua, const char *libname, lua_CFunction luafunc) { in luaLoadLib()
843 void luaLoadLibraries(lua_State *lua) { in luaLoadLibraries()
862 void luaRemoveUnsupportedFunctions(lua_State *lua) { in luaRemoveUnsupportedFunctions()
874 void scriptingEnableGlobalsProtection(lua_State *lua) { in scriptingEnableGlobalsProtection()
919 lua_State *lua = lua_open(); in scriptingInit() local
1105 void luaSetGlobalArray(lua_State *lua, char *var, robj **elev, int elec) { in luaSetGlobalArray()
1180 sds luaCreateFunction(client *c, lua_State *lua, robj *body) { in luaCreateFunction()
1235 void luaMaskCountHook(lua_State *lua, lua_Debug *ar) { in luaMaskCountHook()
1261 lua_State *lua = server.lua; in evalGenericCommand() local
1921 sds ldbCatStackValueRec(sds s, lua_State *lua, int idx, int level) { in ldbCatStackValueRec()
2006 sds ldbCatStackValue(sds s, lua_State *lua, int idx) { in ldbCatStackValue()
2013 void ldbLogStackValue(lua_State *lua, char *prefix) { in ldbLogStackValue()
2103 void ldbPrint(lua_State *lua, char *varname) { in ldbPrint()
2135 void ldbPrintAll(lua_State *lua) { in ldbPrintAll()
2204 void ldbEval(lua_State *lua, sds *argv, int argc) { in ldbEval()
2237 void ldbRedis(lua_State *lua, sds *argv, int argc) { in ldbRedis()
2255 void ldbTrace(lua_State *lua) { in ldbTrace()
2293 int ldbRepl(lua_State *lua) { in ldbRepl()
2410 void luaLdbLineHook(lua_State *lua, lua_Debug *ar) { in luaLdbLineHook()