Lines Matching defs:reply
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()
352 sds reply; in luaRedisGenericCommand() local
2029 char *ldbRedisProtocolToHuman(sds *o, char *reply) { in ldbRedisProtocolToHuman()
2044 char *ldbRedisProtocolToHuman_Int(sds *o, char *reply) { in ldbRedisProtocolToHuman_Int()
2050 char *ldbRedisProtocolToHuman_Bulk(sds *o, char *reply) { in ldbRedisProtocolToHuman_Bulk()
2064 char *ldbRedisProtocolToHuman_Status(sds *o, char *reply) { in ldbRedisProtocolToHuman_Status()
2071 char *ldbRedisProtocolToHuman_MultiBulk(sds *o, char *reply) { in ldbRedisProtocolToHuman_MultiBulk()
2094 void ldbLogRedisReply(char *reply) { in ldbLogRedisReply()