Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dmacosx.h21 if( redisRunLoop != NULL ) { in freeRedisRunLoop()
22 if( redisRunLoop->sourceRef != NULL ) { in freeRedisRunLoop()
24 CFRelease(redisRunLoop->sourceRef); in freeRedisRunLoop()
26 if( redisRunLoop->socketRef != NULL ) { in freeRedisRunLoop()
30 free(redisRunLoop); in freeRedisRunLoop()
57 freeRedisRunLoop(redisRunLoop); in redisMacOSCleanup()
84 if( !redisRunLoop ) return REDIS_ERR; in redisMacOSAttach()
87 redisRunLoop->context = redisAsyncCtx; in redisMacOSAttach()
103 if( !redisRunLoop->socketRef ) return freeRedisRunLoop(redisRunLoop); in redisMacOSAttach()
105 redisRunLoop->sourceRef = CFSocketCreateRunLoopSource(NULL, redisRunLoop->socketRef, 0); in redisMacOSAttach()
[all …]