Home
last modified time | relevance | path

Searched refs:ARES_EVENT_FLAG_READ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_event_kqueue.c151 if (new_flags & ARES_EVENT_FLAG_READ && !(old_flags & ARES_EVENT_FLAG_READ)) { in ares_evsys_kqueue_event_process()
155 if (!(new_flags & ARES_EVENT_FLAG_READ) && old_flags & ARES_EVENT_FLAG_READ) { in ares_evsys_kqueue_event_process()
231 flags |= ARES_EVENT_FLAG_READ; in ares_evsys_kqueue_wait()
H A Dares_event_epoll.c104 if (event->flags & ARES_EVENT_FLAG_READ) { in ares_evsys_epoll_event_add()
137 if (new_flags & ARES_EVENT_FLAG_READ) { in ares_evsys_epoll_event_mod()
179 flags |= ARES_EVENT_FLAG_READ; in ares_evsys_epoll_wait()
H A Dares_event_select.c90 if (ev->flags & ARES_EVENT_FLAG_READ) { in ares_evsys_select_wait()
119 flags |= ARES_EVENT_FLAG_READ; in ares_evsys_select_wait()
H A Dares_event_poll.c84 if (ev->flags & ARES_EVENT_FLAG_READ) { in ares_evsys_poll_wait()
115 flags |= ARES_EVENT_FLAG_READ; in ares_evsys_poll_wait()
H A Dares_event_thread.c102 if (flags & (ARES_EVENT_FLAG_READ | ARES_EVENT_FLAG_WRITE)) { in ares_event_update()
177 (flags & ARES_EVENT_FLAG_READ) ? fd : ARES_SOCKET_BAD, in ares_event_thread_process_fd()
188 flags |= ARES_EVENT_FLAG_READ; in ares_event_thread_sockstate_cb()
H A Dares_event.h36 ARES_EVENT_FLAG_READ = 1 << 0, enumerator
H A Dares_event_wake_pipe.c155 status = ares_event_update(&event, e, ARES_EVENT_FLAG_READ, ares_pipeevent_cb, in ares_pipeevent_create()
H A Dares_event_win32.c346 if (flags & ARES_EVENT_FLAG_READ) { in ares_evsys_win32_afd_enqueue()
564 flags |= ARES_EVENT_FLAG_READ; in ares_evsys_win32_wait()

Completed in 4 milliseconds