Searched refs:NETIO_EVENT_READ (Results 1 – 4 of 4) sorted by relevance
151 if (handler->event_types & NETIO_EVENT_READ) { in netio_dispatch()239 event_types |= NETIO_EVENT_READ; in netio_dispatch()248 if((handler->event_types&NETIO_EVENT_READ)) in netio_dispatch()249 event_types |= NETIO_EVENT_READ; in netio_dispatch()
114 if (!(event_types & NETIO_EVENT_READ)) { in parent_handle_xfrd_command()325 handler->event_types = NETIO_EVENT_READ; in parent_handle_child_command()327 handler->event_types = NETIO_EVENT_READ; in parent_handle_child_command()331 if (!(event_types & NETIO_EVENT_READ)) { in parent_handle_child_command()482 if (!(event_types & NETIO_EVENT_READ)) { in parent_handle_reload_command()
58 NETIO_EVENT_READ = 1, enumerator
480 nsd->children[i].handler->event_types = NETIO_EVENT_READ; in restart_child_servers()1752 nsd->xfrd_listener->event_types = NETIO_EVENT_READ; in server_start_xfrd()2779 reload_listener.event_types = NETIO_EVENT_READ; in server_main()