Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dqt.h44 a->addRead(); in RedisQtAddRead()
87 m_ctx->ev.addRead = RedisQtAddRead; in setContext()
96 void addRead() { in addRead() function
H A Divykis.h62 ac->ev.addRead = redisIvykisAddRead; in redisIvykisAttach()
H A Dlibevent.h94 ac->ev.addRead = redisLibeventAddRead; in redisLibeventAttach()
H A Dae.h118 ac->ev.addRead = redisAeAddRead; in redisAeAttach()
H A Dmacosx.h89 redisAsyncCtx->ev.addRead = redisMacOSAddRead; in redisMacOSAttach()
H A Dlibuv.h98 ac->ev.addRead = redisLibuvAddRead; in redisLibuvAttach()
H A Dlibev.h134 ac->ev.addRead = redisLibevAddRead; in redisLibevAttach()
H A Dglib.h143 ac->ev.addRead = redis_source_add_read; in redis_source_new()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dasync.h78 void (*addRead)(void *privdata); member
H A Dasync.c45 if ((ctx)->ev.addRead) (ctx)->ev.addRead((ctx)->ev.data); \
124 ac->ev.addRead = NULL; in redisAsyncInitialize()
/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c351 ac->ev.addRead = redisAeAddRead; in redisAeAttach()