Searched refs:is_err (Results 1 – 1 of 1) sorted by relevance
2205 int is_err = 0; in clusterManagerCheckRedisReply() local2206 if (!r || (is_err = (r->type == REDIS_REPLY_ERROR))) { in clusterManagerCheckRedisReply()2207 if (is_err) { in clusterManagerCheckRedisReply()3123 int is_err = 0, success = 1; in clusterManagerFlushNodeConfig() local3128 if (reply == NULL || (is_err = (reply->type == REDIS_REPLY_ERROR))) { in clusterManagerFlushNodeConfig()3129 if (is_err && err != NULL) { in clusterManagerFlushNodeConfig()4793 int is_err = 0; in clusterManagerCommandCreate() local4795 if ((is_err = reply->type == REDIS_REPLY_ERROR)) in clusterManagerCommandCreate()4799 is_err = 1; in clusterManagerCommandCreate()4802 if (is_err) { in clusterManagerCommandCreate()