Searched refs:poll_fd (Results 1 – 1 of 1) sorted by relevance
13 GPollFD poll_fd; member21 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 …]