Searched refs:my_ev (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Dub_event_pluggable.c279 struct my_event *my_ev = (struct my_event*)calloc(1, local
282 if (!my_ev)
285 event_set(&my_ev->ev, fd, NATIVE_BITS(bits), NATIVE_BITS_CB(cb), arg);
286 if (event_base_set(AS_MY_EVENT_BASE(base)->base, &my_ev->ev) != 0) {
287 free(my_ev);
290 my_ev->super.magic = UB_EVENT_MAGIC;
291 my_ev->super.vmt = &default_event_vmt;
292 return &my_ev->super;
299 struct my_event *my_ev = (struct my_event*)calloc(1, local
302 if (!my_ev)
320 struct my_event *my_ev = (struct my_event*)calloc(1, local
[all...]

Completed in 102 milliseconds