Home
last modified time | relevance | path

Searched defs:ub_event_vmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dunbound-event.h125 struct ub_event_vmt { struct
128 void (*add_bits)(struct ub_event*, short);
131 void (*del_bits)(struct ub_event*, short);
134 void (*set_fd)(struct ub_event*, int);
136 void (*free)(struct ub_event*);
138 int (*add)(struct ub_event*, struct timeval*);
140 int (*del)(struct ub_event*);
142 int (*add_timer)(struct ub_event*, struct ub_event_base*,
145 int (*del_timer)(struct ub_event*);
170 struct ub_event_vmt* vmt; argument