Searched refs:luaPushError (Results 1 – 1 of 1) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | scripting.c | 208 void luaPushError(lua_State *lua, char *error) { in luaPushError() function 370 luaPushError(lua,recursion_warning); in luaRedisGenericCommand() 377 luaPushError(lua, in luaRedisGenericCommand() 429 luaPushError(lua, in luaRedisGenericCommand() 460 luaPushError(lua, in luaRedisGenericCommand() 479 luaPushError(lua, in luaRedisGenericCommand() 486 luaPushError(lua, shared.roslaveerr->ptr); in luaRedisGenericCommand() 492 luaPushError(lua, shared.bgsaveerr->ptr); in luaRedisGenericCommand() 505 luaPushError(lua, shared.oomerr->ptr); in luaRedisGenericCommand() 525 luaPushError(lua, in luaRedisGenericCommand() [all …]
|