Searched refs:REDIS_IN_CALLBACK (Results 1 – 2 of 2) sorted by relevance
268 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()
66 #define REDIS_IN_CALLBACK 0x10 macro