| /src/external/bsd/nsd/dist/ |
| mini_event.c | 345 event_add(struct event* ev, struct timeval* tv) function
|
| /src/external/bsd/unbound/dist/util/ |
| mini_event.c | 295 int event_add(struct event* ev, struct timeval* tv) function
|
| mini_event.h | 77 #define event_add minievent_add macro 174 int event_add(struct event *, struct timeval *); 179 #define evtimer_add(ev, tv) event_add(ev, tv)
|
| winsock_event.c | 491 int event_add(struct event *ev, struct timeval *tv) function 493 verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
|
| winsock_event.h | 103 #define event_add winsockevent_add macro 160 * event_add a sudden interest in the event has incepted. 229 int event_add(struct event *, struct timeval *); 233 #define evtimer_add(ev, tv) event_add(ev, tv)
|
| /src/external/bsd/libevent/dist/ |
| event.c | 2489 event_add(struct event *ev, const struct timeval *tv) function 2597 /* Implementation function to add an event. Works just like event_add, 2613 "event_add: event: %p (fd "EV_SOCK_FMT"), %s%s%s%scall %p", 2733 "event_add: event %p, timeout in %d seconds %d useconds, call %p",
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event.c | 2486 event_add(struct event *ev, const struct timeval *tv) function 2594 /* Implementation function to add an event. Works just like event_add, 2610 "event_add: event: %p (fd "EV_SOCK_FMT"), %s%s%s%scall %p", 2730 "event_add: event %p, timeout in %d seconds %d useconds, call %p",
|