Searched refs:luaPushError (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 208 void luaPushError(lua_State *lua, char *error) { in luaPushError() function 377 luaPushError(lua,recursion_warning); in luaRedisGenericCommand() 384 luaPushError(lua, in luaRedisGenericCommand() 436 luaPushError(lua, in luaRedisGenericCommand() 473 luaPushError(lua, in luaRedisGenericCommand() 493 luaPushError(lua, in luaRedisGenericCommand() 500 luaPushError(lua, shared.roslaveerr->ptr); in luaRedisGenericCommand() 504 luaPushError(lua, shared.bgsaveerr->ptr); in luaRedisGenericCommand() 509 luaPushError(lua, aof_write_err); in luaRedisGenericCommand() 527 luaPushError(lua, shared.oomerr->ptr); in luaRedisGenericCommand() [all …]
|