Searched refs:dispatch_next (Results 1 – 2 of 2) sorted by relevance
34 result->dispatch_next = NULL; in netio_create()78 if ((*elt_ptr) == netio->dispatch_next) in netio_remove_handler()79 netio->dispatch_next = next; in netio_remove_handler()230 assert(netio->dispatch_next == NULL); in netio_dispatch()234 netio->dispatch_next = elt->next; in netio_dispatch()259 elt = netio->dispatch_next; in netio_dispatch()261 netio->dispatch_next = NULL; in netio_dispatch()
90 netio_handler_list_type *dispatch_next; member