Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dasync.c268 c->flags |= REDIS_IN_CALLBACK; in __redisRunCallback()
270 c->flags &= ~REDIS_IN_CALLBACK; in __redisRunCallback()
326 if (!(c->flags & REDIS_IN_CALLBACK)) in redisAsyncFree()
360 if (!(c->flags & REDIS_IN_CALLBACK) && ac->replies.head == NULL) in redisAsyncDisconnect()
H A Dhiredis.h66 #define REDIS_IN_CALLBACK 0x10 macro