Home
last modified time | relevance | path

Searched refs:_reply (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c513 void *_reply; in test_blocking_io_errors() local
537 redisGetReply(c,&_reply) == REDIS_ERR); in test_blocking_io_errors()
556 test_cond(redisGetReply(c,&_reply) == REDIS_ERR && in test_blocking_io_errors()
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1002 void *_reply; in cliReadReply() local
1007 if (redisGetReply(context,&_reply) != REDIS_OK) { in cliReadReply()
1026 reply = (redisReply*)_reply; in cliReadReply()
2746 void *_reply = NULL; in clusterManagerAddSlots() local
2771 if (redisGetReply(node->context, &_reply) != REDIS_OK) { in clusterManagerAddSlots()
2775 reply = (redisReply*) _reply; in clusterManagerAddSlots()
2948 void *_reply = NULL; in clusterManagerMigrateKeysInReply() local
2951 int success = (redisGetReply(source->context, &_reply) == REDIS_OK); in clusterManagerMigrateKeysInReply()
2954 migrate_reply = (redisReply *) _reply; in clusterManagerMigrateKeysInReply()