Searched refs:_reply (Results 1 – 2 of 2) sorted by relevance
513 void *_reply; in test_blocking_io_errors() local537 redisGetReply(c,&_reply) == REDIS_ERR); in test_blocking_io_errors()556 test_cond(redisGetReply(c,&_reply) == REDIS_ERR && in test_blocking_io_errors()
1002 void *_reply; in cliReadReply() local1007 if (redisGetReply(context,&_reply) != REDIS_OK) { in cliReadReply()1026 reply = (redisReply*)_reply; in cliReadReply()2746 void *_reply = NULL; in clusterManagerAddSlots() local2771 if (redisGetReply(node->context, &_reply) != REDIS_OK) { in clusterManagerAddSlots()2775 reply = (redisReply*) _reply; in clusterManagerAddSlots()2948 void *_reply = NULL; in clusterManagerMigrateKeysInReply() local2951 int success = (redisGetReply(source->context, &_reply) == REDIS_OK); in clusterManagerMigrateKeysInReply()2954 migrate_reply = (redisReply *) _reply; in clusterManagerMigrateKeysInReply()