Lines Matching defs:event
101 /* timeout -- Called by the event loop when a query times out. Removes the
107 timeout(int fd, short event, void *arg)
193 /* do_query -- Called by the event loop when a packet arrives at our
206 do_query(int fd, short event, void *arg)
234 /* Reschedule event */
235 event_add((struct event *)arg, NULL);
468 do_answer(int fd, short event, void *arg)
479 /* Reschedule event */
480 event_add((struct event *)arg, NULL);
588 struct event evq, eva;
711 /* Init event handling */