Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dglib.h13 GPollFD poll_fd; member
21 source->poll_fd.events |= G_IO_IN; in redis_source_add_read()
65 if (source->poll_fd.fd >= 0) { in redis_source_cleanup()
67 source->poll_fd.fd = -1; in redis_source_cleanup()
77 return !!(redis->poll_fd.events & redis->poll_fd.revents); in redis_source_prepare()
84 return !!(redis->poll_fd.events & redis->poll_fd.revents); in redis_source_check()
116 if (redis->poll_fd.fd >= 0) { in redis_source_finalize()
118 redis->poll_fd.fd = -1; in redis_source_finalize()
138 source->poll_fd.fd = c->fd; in redis_source_new()
139 source->poll_fd.events = 0; in redis_source_new()
[all …]