Home
last modified time | relevance | path

Searched refs:ub_event_add (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dub_event.h106 int ub_event_add(struct ub_event*, struct timeval*);
H A Dub_event.c387 ub_event_add(struct ub_event* ev, struct timeval* tv) in ub_event_add() function
H A Dub_event_pluggable.c585 ub_event_add(struct ub_event* ev, struct timeval* tv) in ub_event_add() function
H A Dnetevent.c3056 else if(ub_event_add(b->eb->slow_accept, &tv)
5786 if(fd!=-1 && ub_event_add(c->ev->ev, c->timeout) != 0 ) {
5850 if(fd!=-1 && ub_event_add(c->ev->ev, c->timeout) != 0 ) {
5926 if(fd!=-1 && ub_event_add(c->ev->ev, c->timeout) != 0 ) {
6237 if (ub_event_add(c->ev->ev, c->timeout) != 0) {
6465 if (ub_event_add(c->ev->ev, c->timeout) != 0) {
6530 if (ub_event_add(c->ev->ev, c->timeout) != 0) {
6825 if(ub_event_add(c->ev->ev, msec==0?NULL:c->timeout) != 0) {
6847 if(ub_event_add(c->ev->ev, c->timeout) != 0) {
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c1225 if(ub_event_add(dtio->event, NULL) != 0) { in dtio_add_output_event_read()
1249 if(ub_event_add(dtio->event, NULL) != 0) { in dtio_add_output_event_write()
1285 if(ub_event_add(dtio->stop_flush_event, NULL) != 0) { in dtio_enable_brief_read()
1303 if(ub_event_add(dtio->stop_flush_event, NULL) != 0) { in dtio_disable_brief_read()
1650 if(ub_event_add(cmdev, NULL) != 0) { in dtio_setup_cmd()
1855 if(ub_event_add(stopev, NULL) != 0) { in dtio_control_stop_flush()
H A Dunbound-dnstap-socket.c431 if(ub_event_add(s->ev, NULL) != 0) { in tap_socket_setup()
752 if(ub_event_add(data->ev, NULL) != 0) in tap_enable_brief_write()
766 if(ub_event_add(data->ev, NULL) != 0) in tap_disable_brief_write()
1225 if(ub_event_add(data->ev, NULL) != 0) fatal_exit("could not ub_event_add"); in dtio_mainfdcallback()