Searched defs:ub_event_vmt (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sbin/unwind/libunbound/libunbound/ |
H A D | unbound-event.h | 125 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
|
/openbsd-src/usr.sbin/unbound/libunbound/ |
H A D | unbound-event.h | 125 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
|