Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dmacosx.h78 redisContext *redisCtx = &(redisAsyncCtx->c); in redisMacOSAttach() local
99 redisRunLoop->socketRef = CFSocketCreateWithNative(NULL, redisCtx->fd, in redisMacOSAttach()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c347 void *redisCtx = NULL; in test_free_null() local
351 redisFree(redisCtx); in test_free_null()
352 test_cond(redisCtx == NULL); in test_free_null()